Skip to content

Latest commit

 

History

History
70 lines (59 loc) · 1.6 KB

File metadata and controls

70 lines (59 loc) · 1.6 KB
title switch_is | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
vc-attr.switch_is
dev_langs
C++
helpviewer_keywords
switch_is attribute
ms.assetid f1fffe5d-12d2-4e0f-8803-ccb715177d2d
caps.latest.revision 9
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

switch_is

Specifies the expression or identifier acting as the union discriminant that selects the union member.

Syntax

  
[switch_is]  
  

Remarks

The switch_is C++ attribute has the same functionality as the switch_is MIDL attribute.

Example

See the case example for a sample use of switch_is.

Requirements

Attribute Context

Applies to typedef
Repeatable No
Required attributes None
Invalid attributes None

For more information about the attribute contexts, see Attribute Contexts.

See Also

IDL Attributes
Typedef, Enum, Union, and Struct Attributes
switch_type