ISelectionService.SetSelectedComponents メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したコンポーネントを選択します。
オーバーロード
SetSelectedComponents(ICollection) |
コンポーネントの指定したコレクションを選択します。 |
SetSelectedComponents(ICollection, SelectionTypes) |
指定した選択の種類と一致するコンポーネントの指定したコレクション内からコンポーネントを選択します。 |
SetSelectedComponents(ICollection)
コンポーネントの指定したコレクションを選択します。
public:
void SetSelectedComponents(System::Collections::ICollection ^ components);
public void SetSelectedComponents (System.Collections.ICollection components);
public void SetSelectedComponents (System.Collections.ICollection? components);
abstract member SetSelectedComponents : System.Collections.ICollection -> unit
Public Sub SetSelectedComponents (components As ICollection)
パラメーター
- components
- ICollection
選択対象のコンポーネントのコレクション。
注釈
配列にコンポーネントが null
含まれているか、または含まれていない場合は、 SetSelectedComponents デザイナーで最上位レベルのコンポーネントを選択します。
適用対象
SetSelectedComponents(ICollection, SelectionTypes)
指定した選択の種類と一致するコンポーネントの指定したコレクション内からコンポーネントを選択します。
public:
void SetSelectedComponents(System::Collections::ICollection ^ components, System::ComponentModel::Design::SelectionTypes selectionType);
public void SetSelectedComponents (System.Collections.ICollection components, System.ComponentModel.Design.SelectionTypes selectionType);
public void SetSelectedComponents (System.Collections.ICollection? components, System.ComponentModel.Design.SelectionTypes selectionType);
abstract member SetSelectedComponents : System.Collections.ICollection * System.ComponentModel.Design.SelectionTypes -> unit
Public Sub SetSelectedComponents (components As ICollection, selectionType As SelectionTypes)
パラメーター
- components
- ICollection
選択対象のコンポーネントのコレクション。
- selectionType
- SelectionTypes
SelectionTypes 列挙体の値。 既定値は、Normal です。
注釈
配列にコンポーネントが null
含まれているか、または含まれていない場合は、 SetSelectedComponents デザイナーで最上位レベルのコンポーネントを選択します。
こちらもご覧ください
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET