SubscribeContextCallback<TContextItemType> デリゲート
コンテキスト項目が変更された場合に呼び出されるコールバック メソッドを定義します。
名前空間: Microsoft.Windows.Design
アセンブリ: Microsoft.Windows.Design.Extensibility (Microsoft.Windows.Design.Extensibility.dll 内)
構文
'宣言
Public Delegate Sub SubscribeContextCallback(Of TContextItemType As ContextItem) ( _
item As TContextItemType _
)
public delegate void SubscribeContextCallback<TContextItemType>(
TContextItemType item
)
where TContextItemType : ContextItem
generic<typename TContextItemType>
where TContextItemType : ContextItem
public delegate void SubscribeContextCallback(
TContextItemType item
)
type SubscribeContextCallback =
delegate of
item:'TContextItemType -> unit
JScript では、ジェネリックな型またはメソッドは使用できません。
型パラメーター
- TContextItemType
パラメーター
- item
型: TContextItemType
変更されたコンテキスト項目。
解説
Subscribe メソッドを使用して、コンテキスト項目に対する変更通知をサブスクライブします。