Freigeben über


IUserDefinedTool.NumberOfPropertiesObjects-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.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Sub NumberOfPropertiesObjects ( _
    <OutAttribute> ByRef pdwNumPropObjs As Integer _
)
void NumberOfPropertiesObjects(
    out int pdwNumPropObjs
)
void NumberOfPropertiesObjects(
    [OutAttribute] int% pdwNumPropObjs
)
abstract NumberOfPropertiesObjects : 
        pdwNumPropObjs:int byref -> unit 
function NumberOfPropertiesObjects(
    pdwNumPropObjs : int
)

Parameter

  • pdwNumPropObjs
    Typ: System.Int32%
    Die Anzahl von Eigenschaftenobjekten.

.NET Framework-Sicherheit

Siehe auch

Referenz

IUserDefinedTool Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace