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