Propriedade DataViewBrowseObject.IReflect.UnderlyingSystemType
Obtém o tipo subjacente do atual para o objeto.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)
Sintaxe
'Declaração
Private ReadOnly Property UnderlyingSystemType As Type
Implements IReflect.UnderlyingSystemType
Type IReflect.UnderlyingSystemType { get; }
private:
virtual property Type^ UnderlyingSystemType {
Type^ get () sealed = IReflect::UnderlyingSystemType::get;
}
private abstract UnderlyingSystemType : Type
private override UnderlyingSystemType : Type
JScript não oferece suporte a implementações explícitas da interface.
Valor de propriedade
Tipo: System.Type
O tipo subjacente do atual ao objeto.
Implementações
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.