Freigeben über


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 _
)
'Usage
Dim instance As ITypeLib
Dim pcTInfo As UInteger

instance.GetTypeInfoCount(pcTInfo)
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

ITypeLib Members

Microsoft.VisualStudio.OLE.Interop Namespace