BuildingBlockTypes Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of BuildingBlockType objects.
public interface class BuildingBlockTypes
[System.Runtime.InteropServices.Guid("B5828B50-0E3D-448A-962D-A40702A5868D")]
public interface BuildingBlockTypes
type BuildingBlockTypes = interface
Public Interface BuildingBlockTypes
- Attributes
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
Properties
Application |
Returns an _Application object that represents the Microsoft Word application. |
Count |
Returns the number of items in the BuildingBlockTypes collection. Read-only. |
Creator |
Returns a 32-bit Integer that indicates the application in which the add-in was created. Read-only. |
Parent |
Returns the parent of the specified BuildingBlockTypes object. |
Methods
Item(WdBuildingBlockTypes) |
Returns a BuildingBlockType object that represents the specified item in the collection. |