ContentControl.DropDownListEntries 属性

获取由表示下拉列表或组合框的 ContentControl 所显示的项的集合。

命名空间:  Microsoft.Office.Tools.Word
程序集:  Microsoft.Office.Tools.Word(在 Microsoft.Office.Tools.Word.dll 中)

语法

声明
ReadOnly Property DropDownListEntries As ContentControlListEntries
    Get
ContentControlListEntries DropDownListEntries { get; }

属性值

类型:Microsoft.Office.Interop.Word.ContentControlListEntries
ContentControl 所显示的项。

异常

异常 条件
COMException

Type 属性的值不是 Microsoft.Office.Interop.Word.WdContentControlType.wdContentControlComboBox,也不是 Microsoft.Office.Interop.Word.WdContentControlType.wdContentControlDropdownList

备注

此属性只能在 ContentControl 表示下拉列表或组合框时使用。

在创建表示下拉列表或组合框的 ContentControl 时,默认情况下,它不包含任何项。 若要添加项,请使用 DropDownListEntries 属性的 Add 方法。

.NET Framework 安全性

请参见

参考

ContentControl 接口

Microsoft.Office.Tools.Word 命名空间