BuildingBlockType 接口

定义

代表构建基块的类型。 每个 BuildingBlockType 对象都是 集合的成员 BuildingBlockTypes

public interface class BuildingBlockType
[System.Runtime.InteropServices.Guid("817F99FA-CCC4-4971-8E9D-1238F735AAFF")]
public interface BuildingBlockType
type BuildingBlockType = interface
Public Interface BuildingBlockType
属性

注解

Microsoft Office Word使用类型和类别来组织构建基块。 每个构建基块类型由常 WdBuildingBlockTypes 量表示。 Categories使用 属性访问特定构建基块类型的类别。 有关构建基块的详细信息,请参阅 使用构建基块

属性

Application

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

Categories

返回一个集合,该集合表示构建基块类型的类别。 此为只读属性。

Creator

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

Index

返回一个 Integer 类型的值,该值代表项在集合中的位置。 此为只读属性。

Name

返回构建基块类型的本地化名称。 此为只读属性。

Parent

返回指定 BuildingBlockType 对象的父级。

适用于