Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.