共用方式為


ContentControl.DropDownListEntries 屬性

定義

取得代表下拉式清單或下拉式方塊的 ContentControl 所顯示之項目的集合。

public:
 property Microsoft::Office::Interop::Word::ContentControlListEntries ^ DropDownListEntries { Microsoft::Office::Interop::Word::ContentControlListEntries ^ get(); };
public Microsoft.Office.Interop.Word.ContentControlListEntries DropDownListEntries { get; }
member this.DropDownListEntries : Microsoft.Office.Interop.Word.ContentControlListEntries
Public ReadOnly Property DropDownListEntries As ContentControlListEntries

屬性值

ContentControl 所顯示的項目。

例外狀況

屬性Type沒有 Microsoft.Office.Interop.Word 值。WdContentControlType.wdContentControlComboBox 或 Microsoft.Office.Interop。Word。WdContentControlType.wdContentControlDropdownList。

備註

只有當 代表下拉式清單或下拉式方塊時 ContentControl ,才能使用這個屬性。

當您建立 ContentControl 代表下拉式清單或下拉式方塊的 時,預設不會包含任何專案。 若要新增專案,請使用 Add 屬性的 DropDownListEntries 方法。

適用於