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