FeedMessageReceivedArgs Class

Definition

Provides data for the FeedMessageReceivedArgs event which is raised when the feed's content posts a message using the window.chrome.webview.postMessage JavaScript method.

public ref class FeedMessageReceivedArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FeedMessageReceivedArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FeedMessageReceivedArgs
Public NotInheritable Class FeedMessageReceivedArgs
Inheritance
Object Platform::Object IInspectable FeedMessageReceivedArgs
Attributes

Properties

FeedDefinitionId

Gets the definition ID of the feed associated with the message.

FeedProviderDefinitionId

Gets the definition ID of the feed provider associated with the message.

Message

Gets a string containing the contents of the message that was posted from the feed's content using the window.chrome.webview.postMessage JavaScript method

Applies to