_dispCommandEvents_SinkHelper.BeforeExecute 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
仅限 Microsoft 内部使用。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
override void BeforeExecute(System::String ^ A_1, int A_2, System::Object ^ A_3, System::Object ^ A_4, bool % A_5);
override void BeforeExecute(std::wstring const & A_1, int A_2, winrt::Windows::Foundation::IInspectable const & A_3, winrt::Windows::Foundation::IInspectable const & A_4, bool & A_5);
public override void BeforeExecute (string A_1, int A_2, object A_3, object A_4, ref bool A_5);
abstract member BeforeExecute : string * int * obj * obj * bool -> unit
override this.BeforeExecute : string * int * obj * obj * bool -> unit
Public Overrides Sub BeforeExecute (A_1 As String, A_2 As Integer, A_3 As Object, A_4 As Object, ByRef A_5 As Boolean)
参数
- A_1
- String
- A_2
- Int32
- A_3
- Object
- A_4
- Object
- A_5
- Boolean