ISelectionService.GetSelectedComponents 方法

定义

获取当前选定的组件的集合。

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

返回

表示当前选定的组件集的集合。

适用于