BuildingBlockTypes 接口

定义

表示 对象的集合 BuildingBlockType

public interface class BuildingBlockTypes
[System.Runtime.InteropServices.Guid("B5828B50-0E3D-448A-962D-A40702A5868D")]
public interface BuildingBlockTypes
type BuildingBlockTypes = interface
Public Interface BuildingBlockTypes
属性

注解

构建基块类型由 WdBuildingBlockTypes 常量表示。 Item(WdBuildingBlockTypes)使用 方法访问 BuildingBlockTypes 集合中的特定类型。 有关构建基块的详细信息,请参阅 使用构建基块

属性

Application

返回一个_Application对象,该对象表示 Microsoft Word 应用程序。

Count

返回集合中的 BuildingBlockTypes 项数。 此为只读属性。

Creator

返回一个 32 位 Integer ,指示在其中创建外接程序的应用程序。 此为只读属性。

Parent

返回指定 BuildingBlockTypes 对象的父级。

方法

Item(WdBuildingBlockTypes)

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

适用于