共用方式為


AssemblyReferences.ItemType 屬性

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

取得內容項目管理員中的索引鍵,這個索引鍵用來判斷此物件為何種型別的內容項目。

命名空間:  Microsoft.Windows.Design
組件:  Microsoft.Windows.Design.Extensibility (在 Microsoft.Windows.Design.Extensibility.dll 中)

語法

'宣告
Public Overrides NotOverridable ReadOnly Property ItemType As Type
    Get
public override sealed Type ItemType { get; }
public:
virtual property Type^ ItemType {
    Type^ get () override sealed;
}
abstract ItemType : Type
override ItemType : Type
override final function get ItemType () : Type

屬性值

型別:System.Type
內容項目管理員中的索引鍵,這個索引鍵用來判斷此物件為何種型別的內容項目。

.NET Framework 安全性

請參閱

參考

AssemblyReferences 類別

Microsoft.Windows.Design 命名空間

其他資源

WPF 設計工具擴充性