VsaEngine.RegisterEventSource(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定被标记为事件源的项的名称,以便 ConnectEvents() 方法可以确定要连接的事件。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
virtual void RegisterEventSource(System::String ^ name);
public void RegisterEventSource (string name);
abstract member RegisterEventSource : string -> unit
override this.RegisterEventSource : string -> unit
Public Sub RegisterEventSource (name As String)
参数
- name
- String
提供事件的添加项的名称。