Share via


FeedMessageReceivedArgs 클래스

정의

피드의 콘텐츠가 window.chrome.webview.postMessage JavaScript 메서드를 사용하여 메시지를 게시할 때 발생하는 FeedMessageReceivedArgs 이벤트에 대한 데이터를 제공합니다.

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
상속
Object Platform::Object IInspectable FeedMessageReceivedArgs
특성

속성

FeedDefinitionId

메시지와 연결된 피드의 정의 ID를 가져옵니다.

FeedProviderDefinitionId

메시지와 연결된 피드 공급자의 정의 ID를 가져옵니다.

Message

window.chrome.webview.postMessage JavaScript 메서드를 사용하여 피드 콘텐츠에서 게시된 메시지의 내용이 포함된 문자열을 가져옵니다.

적용 대상