IVsFileMergeService::QueryMergeWindowState Method (Int32, Int32, String^)
Visual Studio 2015
Queries the service for the merge window result.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
void QueryMergeWindowState( int cookie, [OutAttribute] int% pfState, [OutAttribute] String^% errorAndWarningMsg )
Parameters
- cookie
-
Type:
System::Int32
[in] The cookie for the window frame.
- pfState
-
Type:
System::Int32
[out] The current state of the window.
- errorAndWarningMsg
-
Type:
System::String^
[out] A string array of any errors or warnings to prompt the user.
Show: