ContentControl.BuildingBlockType 属性

定义

获取或设置在表示生成块库的 ContentControl 中显示的生成块的类型。

public:
 property Microsoft::Office::Interop::Word::WdBuildingBlockTypes BuildingBlockType { Microsoft::Office::Interop::Word::WdBuildingBlockTypes get(); void set(Microsoft::Office::Interop::Word::WdBuildingBlockTypes value); };
public Microsoft.Office.Interop.Word.WdBuildingBlockTypes BuildingBlockType { get; set; }
member this.BuildingBlockType : Microsoft.Office.Interop.Word.WdBuildingBlockTypes with get, set
Public Property BuildingBlockType As WdBuildingBlockTypes

属性值

在控件中显示的生成块的类别。

例外

属性设置为 Microsoft.Office.Interop.Word.WdBuildingBlockTypes 值,该值标识无法在 ContentControl 中显示的构造块的类别。

注解

仅当 的 ContentControl 属性具有值 Microsoft.Office.Interop.Word.WdContentControlType.wdContentControlBuildingBlockGalleryType,才应使用此属性。 否则,此属性不执行任何操作。

所有构建基块都属于一个库和一个类别。 BuildingBlockType使用 属性指定要在 中显示的ContentControl构建基块库。

ContentControl只能显示构建基块的某些库。 属性 BuildingBlockType 只能设置为以下 Microsoft.Office.Interop.Word.WdBuildingBlockTypes 值:

  • wdTypeAutoText

  • wdTypeCustom1

  • wdTypeCustom2

  • wdTypeCustom3

  • wdTypeCustom4

  • wdTypeCustom5

  • wdTypeCustomAutoText

  • wdTypeCustomEquations

  • wdTypeCustomQuickParts

  • wdTypeCustomTables

  • wdTypeEquations

  • wdTypeQuickParts

  • wdTypeTables

若要指定 显示的构建基块的 ContentControl类别,请使用 BuildingBlockCategory 属性。

适用于