BuildingBlockType 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 type of building block. Each BuildingBlockType object is a member of the BuildingBlockTypes collection.
public interface class BuildingBlockType
[System.Runtime.InteropServices.Guid("817F99FA-CCC4-4971-8E9D-1238F735AAFF")]
public interface BuildingBlockType
type BuildingBlockType = interface
Public Interface BuildingBlockType
- Attributes
Remarks
Microsoft Office Word uses types and categories to organize building blocks. Each building block type is represented by a WdBuildingBlockTypes constant. Use the Categories property to access categories for a specific building block type. For more information about building blocks, see Working with Building Blocks
Properties
Application |
Returns an _Application object that represents the Microsoft Word application. |
Categories |
Returns a collection that represents the categories for a building block type. Read-only. |
Creator |
Returns a 32-bit Integer that indicates the application in which the add-in was created. Read-only. |
Index |
Returns an Integer that represents the position of an item in a collection. Read-only. |
Name |
Returns the localized name of a building block type. Read-only. |
Parent |
Returns the parent of the specified BuildingBlockType object. |