IContentSiteBridge 接口

定义

DesktopSiteBridge 类实现的接口,它提供主机 ContentSiteContentIsland之间的通信所需的最低支持。

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()

执行与释放或重置非托管资源关联的应用程序定义的任务。

适用于