DisplayDevice.CreateScanoutSource(DisplayTarget) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 オブジェクトを作成すると、ソースの所有権が暗黙的に取得され、他のユーザーが画面にコンテンツを表示できなくなります。