共用方式為


PreviewTeamView.IsScreenSharing 屬性

定義

描述輸出畫面共用的狀態。

public:
 property bool IsScreenSharing { bool get(); };
bool IsScreenSharing();
public bool IsScreenSharing { get; }
var boolean = previewTeamView.isScreenSharing;
Public ReadOnly Property IsScreenSharing As Boolean

屬性值

Boolean

bool

如果 輸出畫面目前正在共用,則為 True;否則為 False

適用於