ObjectSelectorEditor.Selector.SetSelection(Object, TreeNodeCollection) Metodo

Definizione

Imposta i nodi dell'insieme su un valore specifico.

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

Parametri

value
Object

Valore da impostare.

nodes
TreeNodeCollection

Insieme di nodi.

Restituisce

true se i nodi dell'insieme sono stati impostati; in caso contrario, false.

Si applica a