IVsFileMergeService.QueryMergeWindowState(Int32, Int32, String) 方法

定义

查询合并窗口结果的服务。

public:
 void QueryMergeWindowState(int cookie, [Runtime::InteropServices::Out] int % pfState, [Runtime::InteropServices::Out] System::String ^ % errorAndWarningMsg);
void QueryMergeWindowState(int cookie, [Runtime::InteropServices::Out] int & pfState, [Runtime::InteropServices::Out] std::wstring const & & errorAndWarningMsg);
public void QueryMergeWindowState (int cookie, out int pfState, out string errorAndWarningMsg);
abstract member QueryMergeWindowState : int * int * string -> unit
Public Sub QueryMergeWindowState (cookie As Integer, ByRef pfState As Integer, ByRef errorAndWarningMsg As String)

参数

cookie
Int32

中窗口框架的 cookie。

pfState
Int32

弄窗口的当前状态。

errorAndWarningMsg
String

弄提示用户的任何错误或警告的字符串数组。

适用于