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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
SubscribeContextCallback<TContextItemType>