IVsRegisterFindScope.UnRegisterFindScope(UInt32) Yöntem

Tanım

Belirtilen bulma kapsamının kaydını kaldırın.

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

Parametreler

dwCookie
UInt32

'ndaki Kayıtlı bulma kapsamının kaydı kaldırılacak tanımlama bilgisi.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Textmgr. IDL dosyasından:

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

Şunlara uygulanır