Share via


ITypeLib.GetTypeInfoCount Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub GetTypeInfoCount ( _
    <OutAttribute> ByRef pcTInfo As UInteger _
)
void GetTypeInfoCount(
    out uint pcTInfo
)
void GetTypeInfoCount(
    [OutAttribute] unsigned int% pcTInfo
)
abstract GetTypeInfoCount : 
        pcTInfo:uint32 byref -> unit
function GetTypeInfoCount(
    pcTInfo : uint
)

Parameters

.NET Framework Security

See Also

Reference

ITypeLib Interface

Microsoft.VisualStudio.OLE.Interop Namespace