次の方法で共有


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 使用します。

適用対象