IVsFileMergeService.UnregisterMergeWindow(Int32) 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 the merge window previously created.
public:
void UnregisterMergeWindow(int cookie);
public:
void UnregisterMergeWindow(int cookie);
void UnregisterMergeWindow(int cookie);
public void UnregisterMergeWindow (int cookie);
abstract member UnregisterMergeWindow : int -> unit
Public Sub UnregisterMergeWindow (cookie As Integer)
Parameters
- cookie
- Int32
[in] The cookie for the window frame to be unregistered.