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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.UnitTesting, espace de noms