Condividi tramite


Metodo IGenericUserDefinedTool.NumberOfPropertiesObjects

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Solo per utilizzo interno di Microsoft.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

'Dichiarazione
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
)

Parametri

  • pdwNumPropObjs
    Tipo: System.Int32%
    Numero strumento di oggetti proprietà

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IGenericUserDefinedTool Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine