共用方式為


PrivateType.ReferencedType 屬性

取得表示 PrivateTypeType

命名空間:  Microsoft.VisualStudio.TestTools.UnitTesting
組件:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)

語法

'宣告
Public ReadOnly Property ReferencedType As Type
public Type ReferencedType { get; }
public:
property Type^ ReferencedType {
    Type^ get ();
}
member ReferencedType : Type with get
function get ReferencedType () : Type

屬性值

型別:System.Type
Type 物件。

.NET Framework 安全性

請參閱

參考

PrivateType 類別

Microsoft.VisualStudio.TestTools.UnitTesting 命名空間