Dialogs 接口

定义

Microsoft Word 中的对象的集合Dialog。 每个 对话框 对象代表一个内置的 Word 对话框。

public interface class Dialogs : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020910-0000-0000-C000-000000000046")]
public interface Dialogs : System.Collections.IEnumerable
type Dialogs = interface
    interface IEnumerable
Public Interface Dialogs
Implements IEnumerable
属性
实现

注解

Dialogs使用 属性返回 Dialogs 集合

无法创建新的内置对话框,或添加到 对话框的 集合。 使用 Dialogs (index) (其中 indexWdWordDialog 标识对话框的常量)返回单个 Dialog 对象。

属性

Application

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

Count

返回指定集合中的项数。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。

Item[WdWordDialog]

返回 Microsoft Word 中的一个对话框。

Parent

返回一个对象,代表指定对象的父对象。

方法

GetEnumerator()

Microsoft Word 中的对象的集合Dialog。 每个 对话框 对象代表一个内置的 Word 对话框。

适用于