Condividi tramite


Metodo IGenericUserDefinedTool.NumberOfProperties

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 NumberOfProperties ( _
    <OutAttribute> ByRef pdwNumProps As Integer _
)
void NumberOfProperties(
    out int pdwNumProps
)
void NumberOfProperties(
    [OutAttribute] int% pdwNumProps
)
abstract NumberOfProperties : 
        pdwNumProps:int byref -> unit 
function NumberOfProperties(
    pdwNumProps : int
)

Parametri

  • pdwNumProps
    Tipo: System.Int32%
    Numero strumento delle proprietà

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IGenericUserDefinedTool Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine