Metodo ISimplePropertyContainer.GetPropertyWithOffset
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
Function GetPropertyWithOffset ( _
id As Integer, _
offset As Integer _
) As Object
Object GetPropertyWithOffset(
int id,
int offset
)
Object^ GetPropertyWithOffset(
[InAttribute] int id,
[InAttribute] int offset
)
abstract GetPropertyWithOffset :
id:int *
offset:int -> Object
function GetPropertyWithOffset(
id : int,
offset : int
) : Object
Parametri
- id
Tipo: System.Int32
proprietà ID
- offset
Tipo: System.Int32
offset di input
Valore restituito
Tipo: System.Object
un oggetto.
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.