Freigeben über


ITypeLib.RemoteGetTypeInfoCount-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

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

Parameter

  • pcTInfo
    Typ: UInt32%

     

.NET Framework-Sicherheit

Siehe auch

Referenz

ITypeLib Schnittstelle

Microsoft.VisualStudio.VsWizard-Namespace