Propriedade IVsDataMappedObject.UnderlyingObject
Obtém o objeto subjacente que está contido no tipo genérico mapeado atual.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)
Sintaxe
'Declaração
ReadOnly Property UnderlyingObject As IVsDataObject
IVsDataObject UnderlyingObject { get; }
property IVsDataObject^ UnderlyingObject {
IVsDataObject^ get ();
}
abstract UnderlyingObject : IVsDataObject
function get UnderlyingObject () : IVsDataObject
Valor de propriedade
Tipo: Microsoft.VisualStudio.Data.Services.IVsDataObject
O objeto subjacente que está contido no tipo genérico mapeado atual.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.