Proprietà PrivateObject.RealType

Ottiene il tipo dell'oggetto sottostante.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property RealType As Type
    Get
public Type RealType { get; }
public:
property Type^ RealType {
    Type^ get ();
}
member RealType : Type
function get RealType () : Type

Valore proprietà

Tipo: System.Type
Oggetto Type.

Note

Ciò rappresenta l'oggetto Type dell'oggetto di cui è stato eseguito il wrapping.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PrivateObject Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UnitTesting