Proprietà IVsDataMappedObject.UnderlyingObject
Ottiene l'oggetto sottostante contenuto nel tipo generico mappato corrente.
Spazio dei nomi: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Sintassi
'Dichiarazione
ReadOnly Property UnderlyingObject As IVsDataObject
IVsDataObject UnderlyingObject { get; }
property IVsDataObject^ UnderlyingObject {
IVsDataObject^ get ();
}
abstract UnderlyingObject : IVsDataObject with get
function get UnderlyingObject () : IVsDataObject
Valore proprietà
Tipo: Microsoft.VisualStudio.Data.Services.IVsDataObject
L'oggetto sottostante contenuto nel tipo generico mappato corrente.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.