共用方式為


ContextItemManager.GetValue<TItemType> 方法

會傳回要求之項目型別的執行個體。

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

語法

'宣告
Public Function GetValue(Of TItemType As ContextItem) As TItemType
public TItemType GetValue<TItemType>()
where TItemType : ContextItem
public:
generic<typename TItemType>
where TItemType : ContextItem
TItemType GetValue()
member GetValue : unit -> 'TItemType  when 'TItemType : ContextItem
JScript 不支援泛型型別或方法。

型別參數

  • TItemType

傳回值

型別:TItemType
要求之型別的內容項目。如果這個型別的內容中沒有任何項目,則會建立一個預設項目。

.NET Framework 安全性

請參閱

參考

ContextItemManager 類別

GetValue 多載

Microsoft.Windows.Design 命名空間

ContextItem

SubscribeContextCallback<TContextItemType>

ServiceManager

FeatureManager

其他資源

編輯內容架構

了解 WPF 設計工具擴充性