IUITechnologyManager.StartSession(Boolean) 方法

定义

执行此技术管理器启动会话所需的任何初始化。

public:
 void StartSession(bool recordingSession);
[System.Runtime.InteropServices.DispId(2)]
public void StartSession (bool recordingSession);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member StartSession : bool -> unit
Public Sub StartSession (recordingSession As Boolean)

参数

recordingSession
Boolean

如果这是一个记录会话,则为 true;对于任何其他类型的会话(如播放),为 false。

属性

适用于