IContentSiteBridge Interface

Definition

The interface that is implemented by the DesktopSiteBridge class, which provides the minimum support required for communication between a host ContentSite and a 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
Derived
Attributes
Implements

Properties

DispatcherQueue

Gets the dispatcher queue used by a ContentSite.

LayoutDirectionOverride

Gets or sets the layout direction for reading order and text alignment used by a ContentSite.

OverrideScale

Gets or sets the scaling factor used by a ContentSite.

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Applies to