共用方式為


Office) (CustomXMLParts.PartAfterAdd 事件

在 CustomXMLPart 物件新增至 CustomXMLParts 集合後發生。

語法

運算式PartAfterAdd (NewPart)

表達 會傳回 CustomXMLParts 物件的 運算式。

參數

名稱 必要/選用 資料類型 描述
NewPart 必要 CustomXMLPart 所新增的組件。

範例

下列範例顯示的組件的 XML 內容之後已新增至 CustomXMLParts 集合。

Sub CustomXMLParts_PartAfterAdd(ByVal objPart As CustomXMLPart) 
Dim strPartXML As String 
strPartXML = objPart.XML 
   MsgBox ("The part's contents are: " & vbCrLf & strPartXML) 
End Sub

另請參閱

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應