共用方式為


RequiresContextItemAttribute.ContextItemType 屬性

會取得類別所需的內容項目型別。

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

語法

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

屬性值

型別:System.Type
Type ,表示類別所需的 ContextItem 型別。

.NET Framework 安全性

請參閱

參考

RequiresContextItemAttribute 類別

Microsoft.Windows.Design 命名空間

RequiresServiceAttribute

UsesItemPolicyAttribute

FeatureProvider

FeatureConnector<TFeatureProviderType>

其他資源

功能提供者和功能連接器

了解 WPF 設計工具擴充性