Compartir a través de


PrivateObject.RealType (Propiedad)

Obtiene el tipo del objeto subyacente.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UnitTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (en Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintaxis

'Declaración
Public ReadOnly Property RealType As Type
public Type RealType { get; }
public:
property Type^ RealType {
    Type^ get ();
}
member RealType : Type with get
function get RealType () : Type

Valor de propiedad

Tipo: Type
Un objeto Type.

Comentarios

Esto representa el Type del objeto ajustado.

Seguridad de .NET Framework

Vea también

Referencia

PrivateObject Clase

Microsoft.VisualStudio.TestTools.UnitTesting (Espacio de nombres)