Partilhar via


Propriedade PrivateObject.RealType

Obtém o tipo do objeto subjacente.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (em Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintaxe

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

Valor de propriedade

Tipo: System.Type
A Type objeto.

Comentários

Isso representa o Type do objeto empacotado.

Segurança do .NET Framework

Consulte também

Referência

PrivateObject Classe

Namespace Microsoft.VisualStudio.TestTools.UnitTesting