ObjectSelectorEditor.Selector.SetSelection(Object, TreeNodeCollection) Metódus

Definíció

A gyűjteménycsomópontok beállítása egy adott értékre.

public:
 bool SetSelection(System::Object ^ value, System::Windows::Forms::TreeNodeCollection ^ nodes);
public bool SetSelection(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

Paraméterek

value
Object

A beállítandó érték.

nodes
TreeNodeCollection

A csomópontok gyűjteménye.

Válaszok

trueha a gyűjteménycsomópontok be lettek állítva; egyéb esetben. false

A következőre érvényes: