Office) (CustomXMLParts.PartAfterLoad 事件
會在載入 CustomXMLPart 物件之後發生。
語法
運算式。PartAfterLoad (元件)
表達 會傳回 CustomXMLParts 物件的 運算式。
參數
名稱 | 必要/選用 | 資料類型 | 描述 |
---|---|---|---|
Part | 必要 | CustomXMLPart | 已載入的組件。 |
範例
下列範例會在載入某個組件後將 XML 新增至該組件。
Sub CustomXMLParts_PartAfterLoad(ByVal objPart As CustomXMLPart)
objPart.XML ("<root xmlns='https://www.w3c.org/XMLSchema'>text</root>")
End Sub
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。