ISelectionService.GetSelectedComponents メソッド

定義

現在選択されているコンポーネントのコレクションを取得します。

public:
 System::Collections::ICollection ^ GetSelectedComponents();
public System.Collections.ICollection GetSelectedComponents ();
abstract member GetSelectedComponents : unit -> System.Collections.ICollection
Public Function GetSelectedComponents () As ICollection

戻り値

現在選択されている一連のコンポーネントを表すコレクション。

適用対象