BuildingBlockGalleryContentControl.Tag 屬性
取得或設定要與 BuildingBlockGalleryContentControl 產生關聯的字串。
命名空間: Microsoft.Office.Tools.Word
組件: Microsoft.Office.Tools.Word (在 Microsoft.Office.Tools.Word.dll 中)
語法
'宣告
Property Tag As String
string Tag { get; set; }
屬性值
型別:System.String
要與 BuildingBlockGalleryContentControl 產生關聯的字串。
備註
您可以使用 Tag 屬性,在開啟文件時儲存與 BuildingBlockGalleryContentControl 關聯的字串。
您可以使用 SelectContentControlsByTag 方法,依據標記 (Tag) 尋找內容控制項。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。