Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Queries the service for the merge window result.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Sub QueryMergeWindowState ( _
cookie As Integer, _
<OutAttribute> ByRef pfState As Integer, _
<OutAttribute> ByRef errorAndWarningMsg As String _
)
void QueryMergeWindowState(
int cookie,
out int pfState,
out string errorAndWarningMsg
)
void QueryMergeWindowState(
[InAttribute] int cookie,
[OutAttribute] int% pfState,
[OutAttribute] String^% errorAndWarningMsg
)
abstract QueryMergeWindowState :
cookie:int *
pfState:int byref *
errorAndWarningMsg:string byref -> unit
function QueryMergeWindowState(
cookie : int,
pfState : int,
errorAndWarningMsg : String
)
Parameters
cookie
Type: Int32[in] The cookie for the window frame.
pfState
Type: Int32%[out] The current state of the window.
errorAndWarningMsg
Type: String%[out] A string array of any errors or warnings to prompt the user.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.