Propriedade DataViewBrowseObject.IReflect.UnderlyingSystemType
Obtém o tipo subjacente da 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 with get
private override UnderlyingSystemType : Type with get
JScript não oferece suporte a implementações explícitas da interface.
Valor de propriedade
Tipo: Type
O tipo subjacente da atual para o objeto.
Implementações
IReflect.UnderlyingSystemType
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ável.