IVsFileMergeService.QueryMergeWindowState(Int32, Int32, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
查询合并窗口结果的服务。
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
弄提示用户的任何错误或警告的字符串数组。