Compartilhar via


Propriedade PrivateType.ReferencedType

Obtém o Type que representa o PrivateType.

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

Sintaxe

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

Valor de propriedade

Tipo: System.Type
A Type objeto.

Segurança do .NET Framework

Consulte também

Referência

PrivateType Classe

Namespace Microsoft.VisualStudio.TestTools.UnitTesting