ContentIsland クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
親 ContentSite に接続されている、独立した入力、出力、レイアウト、およびアクセシビリティを備えた自己完結型コンテンツ。
[WebHostHidden]
public ref class ContentIsland : ICompositionSupportsSystemBackdrop, IClosableNotifier, IClosable
[WebHostHidden]
public ref class ContentIsland : ICompositionSupportsSystemBackdrop, IContentIslandEndpointConnectionPrivate, IClosableNotifier, IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[WebHostHidden]
class ContentIsland : ICompositionSupportsSystemBackdrop, IClosableNotifier, IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[WebHostHidden]
class ContentIsland : ICompositionSupportsSystemBackdrop, IContentIslandEndpointConnectionPrivate, IClosableNotifier, IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class ContentIsland : ICompositionSupportsSystemBackdrop, IClosableNotifier, System.IDisposable
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class ContentIsland : ICompositionSupportsSystemBackdrop, IContentIslandEndpointConnectionPrivate, IClosableNotifier, System.IDisposable
Public Class ContentIsland
Implements IClosableNotifier, ICompositionSupportsSystemBackdrop, IDisposable
Public Class ContentIsland
Implements IClosableNotifier, ICompositionSupportsSystemBackdrop, IContentIslandEndpointConnectionPrivate, IDisposable
- 継承
- 属性
- 実装
注釈
ContentIsland では、 コンポジション ベースのアニメーション、レンダリング効果、対話型操作がサポートされています。
これらの自己完結型コンテンツは、"シーン" に構成できます。 概念的には、シーンを分割できるため、 子ウィンドウ と同等です。
プロパティ
メソッド
| 名前 | 説明 |
|---|---|
| Close() |
ContentIsland を閉じます。 |
| ConnectRemoteEndpoint(String) |
親 ContentSite に接続されている、独立した入力、出力、レイアウト、およびアクセシビリティを備えた自己完結型コンテンツ。 |
| Create(Visual) |
切断された空の状態で新しい ContentIsland を作成します。 |
| CreateForSystemVisual(DispatcherQueue, Visual) |
新しい ContentIsland インスタンスを、システム (Windows の切断された空の状態で作成します。Ui。合成) |
| Dispose() |
アンマネージド リソースの解放、解放、またはリセットに関連付けられているアプリケーション定義のタスクを実行します。 |
| FindAllForCompositor(Compositor) |
指定したMicrosoftに関連付けられているすべてのContentIsland オブジェクトを取得します。UI。Composition.Compositor。 |
| FindAllForCurrentThread() |
現在のスレッドが所有するすべての ContentIsland オブジェクトを取得します。 |
| FindAllForSystemCompositor(Compositor) |
指定したシステム ( |
| GetAutomationHostProvider() |
ContentIsland に関連付けられているホスト オートメーション プロバイダーを取得します。 |
| GetBySystemVisual(Visual) |
ContentIsland オブジェクトを取得します。指定したシステム (Windows。Ui。Composition) |
| GetByVisual(Visual) |
現在のスレッドで指定された子 Visual オブジェクトを含む ContentIsland を取得します。 |
| GetFromId(UInt64) |
指定した識別子を持つ ContentIsland を取得します。 |
| GetStateChangeDeferral() |
遅延が完了するまで StateChanged イベントを発生させることなく、個々のプロパティに対する非同期更新を有効にする ContentDeferral オブジェクトを取得します。 |
| RequestSize(Vector2) |
ContentSite から ContentIsland の新しいサイズを取得します。 |
イベント
| 名前 | 説明 |
|---|---|
| AutomationProviderRequested |
この ContentIsland に対してオートメーション プロバイダーが要求されたときに発生します。 |
| Closed |
ContentIsland が閉じられたときに発生します。 |
| Connected |
親 ContentSite に接続されている、独立した入力、出力、レイアウト、およびアクセシビリティを備えた自己完結型コンテンツ。 |
| Disconnected |
親 ContentSite に接続されている、独立した入力、出力、レイアウト、およびアクセシビリティを備えた自己完結型コンテンツ。 |
| FrameworkClosed |
フレームワークが閉じるときに発生します。 |
| StateChanged |
この ContentIsland の状態プロパティが変更されたときに発生します。 |