Compartir a través de


IUserDefinedTool.GetPropertiesObject (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 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

Seguridad de .NET Framework

Vea también

Referencia

IUserDefinedTool Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)