ShownTileNotification.Arguments 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從顯示之磚大小的通知 XML 承載中取得引數,如果沒有針對該大小提供引數,則為空字串。
public:
property Platform::String ^ Arguments { Platform::String ^ get(); };
winrt::hstring Arguments();
public string Arguments { get; }
var string = shownTileNotification.arguments;
Public ReadOnly Property Arguments As String
屬性值
顯示之磚大小的通知 XML 承載中的引數,如果沒有針對該大小提供引數,則為空字串。