IVsRegisterEditors.UnregisterEditor(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
);