ContextItemManager.Unsubscribe Metoda

Definice

Přetížení

Unsubscribe(Type, SubscribeContextCallback)

Při přepsání v odvozené třídě odebere odběr.

Unsubscribe<TContextItemType>(SubscribeContextCallback<TContextItemType>)

Odebere předplatné.

Unsubscribe(Type, SubscribeContextCallback)

Při přepsání v odvozené třídě odebere odběr.

public:
 abstract void Unsubscribe(Type ^ contextItemType, System::Activities::Presentation::SubscribeContextCallback ^ callback);
public abstract void Unsubscribe (Type contextItemType, System.Activities.Presentation.SubscribeContextCallback callback);
abstract member Unsubscribe : Type * System.Activities.Presentation.SubscribeContextCallback -> unit
Public MustOverride Sub Unsubscribe (contextItemType As Type, callback As SubscribeContextCallback)

Parametry

contextItemType
Type

Typ kontextové položky, ze které se má odebrat zpětné volání.

callback
SubscribeContextCallback

Objekt, SubscribeContextCallback který se má odebrat.

Výjimky

callback je null.

Platí pro

Unsubscribe<TContextItemType>(SubscribeContextCallback<TContextItemType>)

Odebere předplatné.

public:
generic <typename TContextItemType>
 where TContextItemType : System::Activities::Presentation::ContextItem void Unsubscribe(System::Activities::Presentation::SubscribeContextCallback<TContextItemType> ^ callback);
public void Unsubscribe<TContextItemType> (System.Activities.Presentation.SubscribeContextCallback<TContextItemType> callback) where TContextItemType : System.Activities.Presentation.ContextItem;
member this.Unsubscribe : System.Activities.Presentation.SubscribeContextCallback<'ContextItemType (requires 'ContextItemType :> System.Activities.Presentation.ContextItem)> -> unit (requires 'ContextItemType :> System.Activities.Presentation.ContextItem)
Public Sub Unsubscribe(Of TContextItemType As ContextItem) (callback As SubscribeContextCallback(Of TContextItemType))

Parametry typu

TContextItemType

Typ kontextové položky, ze které se má odebrat zpětné volání.

Parametry

Výjimky

callback je null.

Platí pro