BuildingBlockTypes Interface

Represents a collection of BuildingBlockType objects.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("B5828B50-0E3D-448A-962D-A40702A5868D")> _
Public Interface BuildingBlockTypes
'Usage
Dim instance As BuildingBlockTypes
[GuidAttribute("B5828B50-0E3D-448A-962D-A40702A5868D")]
public interface BuildingBlockTypes

Remarks

Building block types are represented by WdBuildingBlockTypes constants. Use the Item(WdBuildingBlockTypes) method to access a specific type in the BuildingBlockTypes collection. For more information about building blocks, see Working with Building Blocks.

See Also

Reference

BuildingBlockTypes Members

Microsoft.Office.Interop.Word Namespace