Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IContentSiteBridge Interface

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

Name Description
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

Name Description
Dispose()

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

Applies to


Feedback

Was this page helpful?