次の方法で共有


DisplayDevice.CreateScanoutSource(DisplayTarget) メソッド

定義

DisplaySource オブジェクトを作成します。これにより、DisplayTarget オブジェクトまたは現在このソースに接続されているオブジェクトを直接スキャン/表示できます。

public:
 virtual DisplaySource ^ CreateScanoutSource(DisplayTarget ^ target) = CreateScanoutSource;
DisplaySource CreateScanoutSource(DisplayTarget const& target);
public DisplaySource CreateScanoutSource(DisplayTarget target);
function createScanoutSource(target)
Public Function CreateScanoutSource (target As DisplayTarget) As DisplaySource

パラメーター

target
DisplayTarget

表示ソースを作成するアクティブな DisplayTarget

戻り値

DisplaySource 値。

注釈

DisplaySource オブジェクトを作成すると、ソースの所有権が暗黙的に取得され、他のユーザーが画面にコンテンツを表示できなくなります。

適用対象