Shape.WizardTagInstance 屬性 (Publisher)
會傳回或設定 Long 指出指定的圖案相較於其他圖形具有相同的精靈標籤執行個體。 讀取/寫入。
語法
運算式。WizardTagInstance
表達 代表 Shape 物件的變數。
註解
WizardTagInstance 屬性及 WizardTag 屬性的組合可以唯一定義出版物中的每個圖形。
範例
在下列範例中,會顯示使用中出版物第一頁上所有圖案的精靈標籤及精靈標籤執行個體資訊。
Dim shpLoop As Shape
For Each shpLoop In ActiveDocument.Pages(1).Shapes
With shpLoop
Debug.Print "Shape: " & .Name
Debug.Print " Wizard tag: " & .WizardTag
Debug.Print " Wizard tag instance: " _
& .WizardTagInstance
End With
Next shpLoop
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。