BehaviorDragDropEventArgs.DragComponents 屬性

定義

取得目前正在拖曳的 IComponent 物件清單。

public:
 property System::Collections::ICollection ^ DragComponents { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection DragComponents { get; }
member this.DragComponents : System.Collections.ICollection
Public ReadOnly Property DragComponents As ICollection

屬性值

ICollection

目前正在拖曳之 ICollection 物件的 IComponent

適用於