Compartir a través de


ContentControl.BuildingBlockType Propiedad

Definición

Obtiene o establece el tipo de los bloques de creación que se muestran en un objeto ContentControl que representa una galería de bloques de creación.

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

Valor de propiedad

Tipo de los bloques de creación que se muestran en el control.

Excepciones

La propiedad está establecida en un valor Microsoft.Office.Interop.Word.WdBuildingBlockTypes que identifica una categoría de bloques de creación que no se pueden mostrar en ContentControl.

Comentarios

Esta propiedad está pensada para usarse solo si la Type propiedad de ContentControl tiene el valor Microsoft.Office.Interop.Word.WdContentControlType.wdContentControlBuildingBlockGallery. De lo contrario, esta propiedad no hace nada.

Todos los bloques de creación pertenecen a una galería y a una categoría. Utilice la propiedad para especificar la BuildingBlockType galería de bloques de creación que se van a mostrar en .ContentControl

Un ContentControl solo puede mostrar determinadas galerías de bloques de creación. La BuildingBlockType propiedad solo se puede establecer en los valores siguientes Microsoft.Office.Interop.Word.WdBuildingBlockTypes :

  • wdTypeAutoText

  • wdTypeCustom1

  • wdTypeCustom2

  • wdTypeCustom3

  • wdTypeCustom4

  • wdTypeCustom5

  • wdTypeCustomAutoText

  • wdTypeCustomEquations

  • wdTypeCustomQuickParts

  • wdTypeCustomTables

  • wdTypeEquations

  • wdTypeQuickParts

  • wdTypeTables

Para especificar la categoría de bloques de creación que muestra , ContentControluse la BuildingBlockCategory propiedad .

Se aplica a