IVsRegisterEditors.UnregisterEditor(UInt32) Yöntem

Tanım

Bir düzenleyicinin kaydını siler.

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

Parametreler

dwCookie
UInt32

'ndaki Çağrısı tarafından döndürülen soyut tanıtıcı RegisterEditor(Guid, IVsEditorFactory, UInt32) .

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ı

Vsshell. IDL dosyasından:

HRESULT IVsRegisterEditors::UnregisterEditor(  
   [in] VSCOOKIE dwCookie  
);  

Şunlara uygulanır