FeedMessageReceivedArgs Class
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.
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
- 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 |