BuildingBlocks.Item(Object) Method

Definition

Returns the specified item in the collection.

public:
 Microsoft::Office::Interop::Word::BuildingBlock ^ Item(System::Object ^ % Index);
public Microsoft.Office.Interop.Word.BuildingBlock Item (ref object Index);
abstract member Item : obj -> Microsoft.Office.Interop.Word.BuildingBlock
Public Function Item (ByRef Index As Object) As BuildingBlock

Parameters

Index
Object

Specifies a String or Integer that represents the name or ordinal position of the object in the collection.

Returns

BuildingBlock

Applies to