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 方法。

适用于