TypeLibInfoClass.GetTypeKind 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 GetTypeKind ( _
    TypeInfoNumber As Short _
) As TypeKinds
'Usage
Dim instance As TypeLibInfoClass 
Dim TypeInfoNumber As Short 
Dim value As TypeKinds 

value = instance.GetTypeKind(TypeInfoNumber)
public virtual TypeKinds this[
    short TypeInfoNumber
] { get; }
public:
virtual property TypeKinds GetTypeKind[[InAttribute] short TypeInfoNumber] {
    TypeKinds get ([InAttribute] short TypeInfoNumber);
}
JScript does not support indexed properties.

Parameters

Property Value

Type: TLI.TypeKinds

Implements

_TypeLibInfo.GetTypeKind[Int16]

.NET Framework Security

See Also

Reference

TypeLibInfoClass Class

TypeLibInfoClass Members

TLI Namespace