Share via


IVsFileMergeService.QueryMergeWindowState Method

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: 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.

.NET Framework Security

See Also

Reference

IVsFileMergeService Interface

Microsoft.VisualStudio.Shell.Interop Namespace