BuildingBlockTypes.Item(WdBuildingBlockTypes) Method
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.
Returns a BuildingBlockType object that represents the specified item in the collection.
public:
Microsoft::Office::Interop::Word::BuildingBlockType ^ Item(Microsoft::Office::Interop::Word::WdBuildingBlockTypes Index);
public Microsoft.Office.Interop.Word.BuildingBlockType Item (Microsoft.Office.Interop.Word.WdBuildingBlockTypes Index);
abstract member Item : Microsoft.Office.Interop.Word.WdBuildingBlockTypes -> Microsoft.Office.Interop.Word.BuildingBlockType
Public Function Item (Index As WdBuildingBlockTypes) As BuildingBlockType
Parameters
- Index
- WdBuildingBlockTypes
Required WdBuildingBlockTypes Specifies the building block type of the item in the collection.