_dispSolutionEvents.QueryCloseSolution(Boolean) 方法

定义

仅限 Microsoft 内部使用。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 void QueryCloseSolution([Runtime::InteropServices::Out] bool % fCancel);
void QueryCloseSolution([Runtime::InteropServices::Out] bool & fCancel);
[System.Runtime.InteropServices.DispId(4)]
public void QueryCloseSolution (out bool fCancel);
[<System.Runtime.InteropServices.DispId(4)>]
abstract member QueryCloseSolution : bool -> unit
Public Sub QueryCloseSolution (ByRef fCancel As Boolean)

参数

fCancel
Boolean

是否取消了关闭。

属性

适用于