Partilhar via


Método IUserDefinedTool.GetPropertiesObject

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 GetPropertiesObject ( _
    Index As Integer, _
    <OutAttribute> ByRef Object As Object _
)
void GetPropertiesObject(
    int Index,
    out Object Object
)
void GetPropertiesObject(
    [InAttribute] int Index, 
    [OutAttribute] Object^% Object
)
abstract GetPropertiesObject : 
        Index:int * 
        Object:Object byref -> unit 
function GetPropertiesObject(
    Index : int, 
    Object : Object
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

IUserDefinedTool Interface

Namespace Microsoft.VisualStudio.VCProjectEngine