Partilhar via


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

IReflect.UnderlyingSystemType

Segurança do .NET Framework

Consulte também

Referência

DataViewBrowseObject Classe

Namespace Microsoft.VisualStudio.Data.Framework