TileFlyoutNotification(XmlDocument) 建構函式

定義

建立 TileFlyoutNotification 物件,以便用於磚飛出視窗 (混合檢視) 通知。 此物件提供通知的 XML 內容- 要顯示的子磚,以及每個子磚中使用的文字和影像元素。

public:
 TileFlyoutNotification(XmlDocument ^ content);
 TileFlyoutNotification(XmlDocument const& content);
public TileFlyoutNotification(XmlDocument content);
function TileFlyoutNotification(content)
Public Sub New (content As XmlDocument)

參數

content
XmlDocument

磚飛出視窗通知的 XML 內容。

適用於