TileNotification(XmlDocument) 建構函式

定義

建立並初始化 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

物件,提供磚通知的內容。

適用於

另請參閱