共用方式為


AppCaptureSettings.IsHistoricalCaptureOnWirelessDisplayAllowed 屬性

定義

取得或設定值,指出無線顯示器上是否允許歷史擷取。

注意

此 API 不適用於所有 Windows 應用程式。 除非您的開發人員帳戶是由 Microsoft 特別布建,否則呼叫這些 API 會在執行時間失敗。

public:
 property bool IsHistoricalCaptureOnWirelessDisplayAllowed { bool get(); void set(bool value); };
bool IsHistoricalCaptureOnWirelessDisplayAllowed();

void IsHistoricalCaptureOnWirelessDisplayAllowed(bool value);
public bool IsHistoricalCaptureOnWirelessDisplayAllowed { get; set; }
var boolean = appCaptureSettings.isHistoricalCaptureOnWirelessDisplayAllowed;
appCaptureSettings.isHistoricalCaptureOnWirelessDisplayAllowed = boolean;
Public Property IsHistoricalCaptureOnWirelessDisplayAllowed As Boolean

屬性值

Boolean

bool

True 是表示 如果無線顯示器上允許歷史擷取;否則為 true。

Windows 需求

應用程式功能
appCaptureSettings

適用於

另請參閱