Поделиться через


IWidgetManager2 Interface

Definition

An interface that is implemented by the WidgetManager class, extending the functionality introduced with the IWidgetManager interface.

public interface class IWidgetManager2
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 393216)]
/// [Windows.Foundation.Metadata.Guid(1439062567, 34885, 16492, 158, 225, 30, 121, 240, 85, 107, 239)]
struct IWidgetManager2
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 393216)]
[Windows.Foundation.Metadata.Guid(1439062567, 34885, 16492, 158, 225, 30, 121, 240, 85, 107, 239)]
public interface IWidgetManager2
Public Interface IWidgetManager2
Derived
Attributes

Remarks

This interface is a part of the underlying implementation of the widget framework and is not intended to be used directly by app developers who are implementing widget providers.

Methods

Name Description
SendMessageToContent(String, String)

Send a string message to the web content in a widget being displayed in the widgets host.

Applies to