Metodo IGenericUserDefinedTool.GetPropertiesObject
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Solo per utilizzo interno di Microsoft.
Spazio dei nomi: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- Index
Tipo: System.Int32
Indice della proprietà
- Object
Tipo: System.Object%
output.Oggetto della proprietà
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.