Share via


ObjectSelectorEditor.Selector.SetSelection(Object, TreeNodeCollection) Methode

Definition

Legt die Auflistungsknoten auf einen bestimmten Wert fest.

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

Parameter

value
Object

Der festzulegende Wert.

nodes
TreeNodeCollection

Die Knotenauflistung.

Gibt zurück

true, wenn die Auflistungsknoten festgelegt wurden, andernfalls false.

Gilt für: