switch_type
識別做為聯合判別變數的型別。
[switch_type(type}]
參數
- type
參數類型而定,可以是整數、 字元、 布林值或列舉型別。
備註
Switch_type C++ 屬性具有相同的功能,為 switch_type MIDL 屬性。
C + + 屬性不支援封裝的等位。 Nonencapsulated 的等位只支援下列格式:
// cpp_attr_ref_switch_type.cpp
// compile with: /LD
#include <windows.h>
[module(name="MyLibrary")];
[ export ]
struct SizedValue2 {
[switch_type("char"), switch_is(kind)] union {
[case(1), string]
wchar_t* wval;
[default, string]
char* val;
};
char kind;
};
範例
請參閱案例 的範例用法的範例 switch_type。
需求
屬性內容
適用於 |
typedef |
可重複 |
否 |
必要的屬性 |
None |
無效的屬性 |
None |
如需有關屬性內容的詳細資訊,請參閱屬性內容。