IVsRegisterEditors.UnregisterEditor(UInt32) Method

Definition

Unregisters an editor.

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

Parameters

dwCookie
UInt32

[in] Abstract handle that was returned by the call to the RegisterEditor(Guid, IVsEditorFactory, UInt32).

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

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

Applies to