IGenericUserDefinedTool.NumberOfProperties (Método)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Sólo para uso interno de Microsoft.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • pdwNumProps
    Tipo: System.Int32%
    Número de herramienta de propiedades.

Seguridad de .NET Framework

Vea también

Referencia

IGenericUserDefinedTool Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)