BuildingBlockTypes.Item Method

Returns a BuildingBlockType object that represents the specified item in the collection.

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

Syntax

'Declaration
Function Item ( _
    Index As WdBuildingBlockTypes _
) As BuildingBlockType
'Usage
Dim instance As BuildingBlockTypes
Dim Index As WdBuildingBlockTypes
Dim returnValue As BuildingBlockType

returnValue = instance(Index)
BuildingBlockType Item(
    WdBuildingBlockTypes Index
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Word.BuildingBlockType
BuildingBlockType

See Also

Reference

BuildingBlockTypes Interface

BuildingBlockTypes Members

Microsoft.Office.Interop.Word Namespace