ObjectSelectorEditor.Selector.SetSelection(Object, TreeNodeCollection) 메서드

정의

컬렉션 노드를 특정 값으로 설정합니다.

public:
 bool SetSelection(System::Object ^ value, System::Windows::Forms::TreeNodeCollection ^ nodes);
public bool SetSelection(object value, System.Windows.Forms.TreeNodeCollection nodes);
member this.SetSelection : obj * System.Windows.Forms.TreeNodeCollection -> bool
Public Function SetSelection (value As Object, nodes As TreeNodeCollection) As Boolean

매개 변수

value
Object

설정할 값입니다.

nodes
TreeNodeCollection

노드 컬렉션입니다.

반품

true컬렉션 노드가 설정되었으면 이고, 그렇지 않으면 . false

적용 대상