Compartilhar via


Método IUserDefinedTool.NumberOfPropertiesObjects

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxe

'Declaração
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
)

Parâmetros

  • pdwNumPropObjs
    Tipo: Int32%

    Número de propriedades de objetos

Segurança do .NET Framework

Consulte também

Referência

IUserDefinedTool Interface

Namespace Microsoft.VisualStudio.VCProjectEngine