Dialogs.Item[WdWordDialog] 属性

定义

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

public:
 property Microsoft::Office::Interop::Word::Dialog ^ default[Microsoft::Office::Interop::Word::WdWordDialog] { Microsoft::Office::Interop::Word::Dialog ^ get(Microsoft::Office::Interop::Word::WdWordDialog Index); };
public Microsoft.Office.Interop.Word.Dialog this[Microsoft.Office.Interop.Word.WdWordDialog Index] { get; }
member this.Item(Microsoft.Office.Interop.Word.WdWordDialog) : Microsoft.Office.Interop.Word.Dialog
Default Public ReadOnly Property Item(Index As WdWordDialog) As Dialog

参数

Index
WdWordDialog

必需 WdWordDialog。 指定对话框的常量。

属性值

适用于