ContentControl.DropDownListEntries 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得代表下拉式清單或下拉式方塊的 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 方法。