Partager via


PrivateObject.RealType, propriété

Obtient le type de l'objet sous-jacent.

Espace de noms :  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly :  Microsoft.VisualStudio.QualityTools.UnitTestFramework (dans Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

Type : Type
Objet Type.

Notes

Il s'agit du Type de l'objet encapsulé.

Sécurité .NET Framework

Voir aussi

Référence

PrivateObject Classe

Microsoft.VisualStudio.TestTools.UnitTesting, espace de noms