BuildingBlockTypes.Item(WdBuildingBlockTypes) 方法

定义

返回一个 BuildingBlockType 对象,该对象代表集合中的指定项。

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

参数

Index
WdBuildingBlockTypes

必需 WdBuildingBlockTypes 指定集合中项的构建基块类型。

返回

BuildingBlockType

适用于