ContentControl.BuildingBlockType 屬性
取得或設定在 ContentControl 中顯示的建置組塊 (Building Block) 之類型,此類型表示建置組塊陳列庫。
命名空間: Microsoft.Office.Tools.Word
組件: Microsoft.Office.Tools.Word (在 Microsoft.Office.Tools.Word.dll 中)
語法
'宣告
Property BuildingBlockType As WdBuildingBlockTypes
WdBuildingBlockTypes BuildingBlockType { get; set; }
屬性值
型別:Microsoft.Office.Interop.Word.WdBuildingBlockTypes
在控制項中顯示的建置組塊類型。
例外狀況
例外狀況 | 條件 |
---|---|
COMException | 屬性設定為 Microsoft.Office.Interop.Word.WdBuildingBlockTypes 值,這個值會識別無法在 ContentControl 中顯示的建置組塊分類。 |
備註
只有當 ContentControl 的 Type 屬性之值為 Microsoft.Office.Interop.Word.WdContentControlType.wdContentControlBuildingBlockGallery 時,才會使用這個屬性。 否則,這個屬性不會執行任何動作。
所有建置組塊都屬於某個陳列庫和分類。 使用 BuildingBlockType 屬性,指定在 ContentControl 中所顯示的建置組塊陳列庫。
ContentControl 只能顯示某些建置組塊陳列庫。 BuildingBlockType 屬性只能設定為下列 Microsoft.Office.Interop.Word.WdBuildingBlockTypes 值:
wdTypeAutoText
wdTypeCustom1
wdTypeCustom2
wdTypeCustom3
wdTypeCustom4
wdTypeCustom5
wdTypeCustomAutoText
wdTypeCustomEquations
wdTypeCustomQuickParts
wdTypeCustomTables
wdTypeEquations
wdTypeQuickParts
wdTypeTables
若要指定由 ContentControl 所顯示的建置組塊分類,請使用 BuildingBlockCategory 屬性。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。