IVsRegisterFindScope.UnRegisterFindScope(UInt32) Método

Definição

Cancela o registro do escopo de Localização especificado.

public:
 int UnRegisterFindScope(System::UInt32 dwCookie);
public:
 int UnRegisterFindScope(unsigned int dwCookie);
int UnRegisterFindScope(unsigned int dwCookie);
public int UnRegisterFindScope (uint dwCookie);
abstract member UnRegisterFindScope : uint32 -> int
Public Function UnRegisterFindScope (dwCookie As UInteger) As Integer

Parâmetros

dwCookie
UInt32

no Cookie do escopo de localização registrado a ser cancelado.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De textmgr. idl:

HRESULT IVsRegisterFindScope::UnRegisterFindScope(  
   [in] DWORD_PTR dwCookie  
);  

Aplica-se a