TypeLibInfoClass.Unions Property

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  TLI
Assembly:  Microsoft.TLI.Interop (in Microsoft.TLI.Interop.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Unions As Unions
'Usage
Dim instance As TypeLibInfoClass 
Dim value As Unions 

value = instance.Unions
public virtual Unions Unions { get; }
public:
virtual property Unions^ Unions {
    Unions^ get ();
}
public function get Unions () : Unions

Property Value

Type: TLI.Unions

Implements

_TypeLibInfo.Unions

.NET Framework Security

See Also

Reference

TypeLibInfoClass Class

TypeLibInfoClass Members

TLI Namespace