IVsPublishSubscribeService.Unsubscribe(Type, BulletinHandler) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cancela o registro de um manipulador para o boletim especificado.
public:
void Unsubscribe(Type ^ bulletinType, Microsoft::VisualStudio::Shell::Services::BulletinHandler ^ handler);
public:
void Unsubscribe(Platform::Type ^ bulletinType, Microsoft::VisualStudio::Shell::Services::BulletinHandler ^ handler);
public void Unsubscribe (Type bulletinType, Microsoft.VisualStudio.Shell.Services.BulletinHandler handler);
abstract member Unsubscribe : Type * Microsoft.VisualStudio.Shell.Services.BulletinHandler -> unit
Public Sub Unsubscribe (bulletinType As Type, handler As BulletinHandler)
Parâmetros
- bulletinType
- Type
O tipo do boletim do qual a assinatura foi cancelada.
- handler
- BulletinHandler
O manipulador que está associado ao tipo de boletim.
Comentários
Um será gerado se bulletinType ou handler for nulo.