PrivateType.ReferencedType 属性

获取表示 PrivateTypeType

命名空间:  Microsoft.VisualStudio.TestTools.UnitTesting
程序集:  Microsoft.VisualStudio.QualityTools.UnitTestFramework(在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)

语法

声明
Public ReadOnly Property ReferencedType As Type
    Get
public Type ReferencedType { get; }
public:
property Type^ ReferencedType {
    Type^ get ();
}
member ReferencedType : Type
function get ReferencedType () : Type

属性值

类型:System.Type
一个 Type 对象。

.NET Framework 安全性

请参见

参考

PrivateType 类

Microsoft.VisualStudio.TestTools.UnitTesting 命名空间