IDiaSymbol11
Describes additional properties of a SymTagTaggedUnionCase
symbol instance.
Syntax
IDiaSymbol11 : IDiaSymbol10
Methods
The following table shows the methods of IDiaSymbol11
.
Note
Symbols will return meaningful data for only some of these methods, depending on the type of symbol. If a method returns S_OK
, then that method has returned meaningful data.
Method | Description |
---|---|
IDiaSymbol11::get_discriminatedUnionTag |
Retrieves information about the tag of a discriminated union symbol instance. |
IDiaSymbol11::get_tagRanges |
Retrieves the ranges of tags within a discriminated union symbol instance. |
Remarks
Notes for Callers
Obtain this interface by first getting an IDiaSymbol
instance and then calling IUnknown::QueryInterface
to do a dynamic downcast.
Requirements
Header:
Dia2.h
Library: diaguids.lib
DLL: msdia140.dll