This topic has not yet been rated - Rate this topic

Unions Property

Visual Studio .NET 2003

Returns the collection of Union elements for the parent object.

[Visual Basic .NET]
Public ReadOnly Property Unions() As CodeElements
[Visual Basic 6]
Property Get Unions() As CodeElements
[C++]
HRESULT __stdcall get_Unions(
   /* [out, retval] */ CodeElements** retVal
);
[C#]
public CodeElements Unions {get;}
[JScript .NET]
public function get Unions() : CodeElements

Example

For an example of usage, see the DocExplorer sample.

See Also

Applies To: VCCodeClass Object | VCCodeIDLLibrary Object | VCCodeModel Object | VCCodeNamespace Object | VCCodeStruct Object | VCCodeUnion Object | VCFileCodeModel Object

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.