ObjectSelectorEditor.Selector.SetSelection(Object, TreeNodeCollection) Metodo

Definizione

Imposta i nodi della raccolta 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);
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

Raccolta di nodi.

Valori restituiti

true se i nodi della raccolta sono stati impostati; in caso contrario, false.

Si applica a