TileNotification(XmlDocument) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立並初始化 TileNotification 物件的新實例,以搭配 TileUpdater使用。
public:
TileNotification(XmlDocument ^ content);
TileNotification(XmlDocument const& content);
public TileNotification(XmlDocument content);
function TileNotification(content)
Public Sub New (content As XmlDocument)
參數
- content
- XmlDocument
物件,提供磚通知的內容。