DataViewBrowseObject.IReflect.UnderlyingSystemType (Propiedad)

Obtiene el tipo subyacente del objeto actual de examen.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
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 no admite implementaciones explícitas de interfaces.

Valor de propiedad

Tipo: System.Type
El tipo subyacente del objeto actual de examen.

Implementaciones

IReflect.UnderlyingSystemType

Seguridad de .NET Framework

Vea también

Referencia

DataViewBrowseObject Clase

Microsoft.VisualStudio.Data.Framework (Espacio de nombres)