ISelectionService.SetSelectedComponents メソッド

定義

指定したコンポーネントを選択します。

オーバーロード

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 デザイナーで最上位レベルのコンポーネントを選択します。

こちらもご覧ください

適用対象