Udostępnij za pośrednictwem


Metoda IUserDefinedTool.GetPropertiesObject —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Microsoft tylko do użytku wewnętrznego.

Przestrzeń nazw:  Microsoft.VisualStudio.VCProjectEngine
Zestaw:  Microsoft.VisualStudio.VCProjectEngine (w Microsoft.VisualStudio.VCProjectEngine.dll)

Składnia

'Deklaracja
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
)

Parametry

  • Index
    Typ: Int32

    Właściwości indeksu

  • Object
    Typ: Object%

    Dane wyjściowe.Właściwości obiektu

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IUserDefinedTool Interfejs

Przestrzeń nazw Microsoft.VisualStudio.VCProjectEngine