IContentSiteBridge インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DesktopSiteBridge クラスによって実装されるインターフェイス。これは、ホスト ContentSite と ContentIsland間の通信に必要な最小限のサポートを提供します。
public interface class IContentSiteBridge : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
/// [Windows.Foundation.Metadata.Guid(4205492638, 42027, 21660, 146, 223, 59, 109, 110, 30, 54, 139)]
struct IContentSiteBridge : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
[Windows.Foundation.Metadata.Guid(4205492638, 42027, 21660, 146, 223, 59, 109, 110, 30, 54, 139)]
public interface IContentSiteBridge : System.IDisposable
Public Interface IContentSiteBridge
Implements IDisposable
- 派生
- 属性
- 実装
プロパティ
DispatcherQueue |
ContentSiteによって使用されるディスパッチャー キューを取得します。 |
LayoutDirectionOverride |
ContentSiteで使用される、読み取り順序とテキスト配置のレイアウト方向を取得または設定します。 |
OverrideScale |
ContentSiteで使用されるスケール ファクターを取得または設定します。 |
メソッド
Dispose() |
アンマネージド リソースの解放、解放、またはリセットに関連付けられているアプリケーション定義のタスクを実行します。 |