Udostępnij za pośrednictwem


Metoda IGenericUserDefinedTool.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

  • Object
    Typ: System.Object%
    Dane wyjściowe.Właściwości obiektu

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IGenericUserDefinedTool Interfejs

Przestrzeń nazw Microsoft.VisualStudio.VCProjectEngine