TreeNodeCollection.Insert Metodo

Definizione

Inserisce un elemento nell'insieme in corrispondenza della posizione specificata.

Overload

Insert(Int32, String, String, String, String)

Crea un nodo della struttura ad albero con la chiave, il testo e le immagini specificati e lo inserisce nell'insieme in corrispondenza dell'indice specificato.

Insert(Int32, String, String, Int32, Int32)

Crea un nodo della struttura ad albero con la chiave, il testo e le immagini specificati e lo inserisce nell'insieme in corrispondenza dell'indice specificato.

Insert(Int32, String, String, String)

Crea un nodo della struttura ad albero con la chiave, il testo e l'immagine specificati e lo inserisce nell'insieme in corrispondenza dell'indice specificato.

Insert(Int32, String, String)

Crea un nodo della struttura ad albero con il testo e la chiave specificati e lo inserisce nell'insieme.

Insert(Int32, TreeNode)

Inserisce un nodo della struttura ad albero esistente nell'insieme dei nodi della struttura ad albero in corrispondenza della posizione specificata.

Insert(Int32, String)

Crea un nodo della struttura ad albero con il testo specificato e lo inserisce in corrispondenza dell'indice specificato.

Insert(Int32, String, String, Int32)

Crea un nodo della struttura ad albero con la chiave, il testo e l'immagine specificati e lo inserisce nell'insieme in corrispondenza dell'indice specificato.

Insert(Int32, String, String, String, String)

Crea un nodo della struttura ad albero con la chiave, il testo e le immagini specificati e lo inserisce nell'insieme in corrispondenza dell'indice specificato.

public:
 virtual System::Windows::Forms::TreeNode ^ Insert(int index, System::String ^ key, System::String ^ text, System::String ^ imageKey, System::String ^ selectedImageKey);
public virtual System.Windows.Forms.TreeNode Insert (int index, string key, string text, string imageKey, string selectedImageKey);
public virtual System.Windows.Forms.TreeNode Insert (int index, string? key, string? text, string? imageKey, string? selectedImageKey);
abstract member Insert : int * string * string * string * string -> System.Windows.Forms.TreeNode
override this.Insert : int * string * string * string * string -> System.Windows.Forms.TreeNode
Public Overridable Function Insert (index As Integer, key As String, text As String, imageKey As String, selectedImageKey As String) As TreeNode

Parametri

index
Int32

Posizione all'interno dell'insieme nella quale inserire il nodo.

key
String

Nome del nodo della struttura ad albero.

text
String

Testo da visualizzare nel nodo della struttura ad albero.

imageKey
String

Chiave dell'immagine da visualizzare nel nodo della struttura ad albero.

selectedImageKey
String

Indice dell'immagine da visualizzare nel nodo della struttura ad albero quando è in uno stato selezionato.

Restituisce

Oggetto TreeNode inserito nell'insieme.

Commenti

Se la Sorted proprietà è impostata su true, il valore del index parametro viene ignorato. L'oggetto TreeNode viene inserito nella visualizzazione albero e viene TreeView ordinato di nuovo.

È anche possibile aggiungere nuovi TreeNode oggetti alla raccolta usando i Add metodi o AddRange .

La Name proprietà corrisponde alla chiave per un TreeNode oggetto in TreeNodeCollection.

Il imageKey parametro fa riferimento a un'immagine nella ImageList proprietà dell'elemento padre TreeView.

Il selectedimageKey parametro fa riferimento a un'immagine nella StateImageList proprietà dell'elemento padre TreeView.

Si applica a

Insert(Int32, String, String, Int32, Int32)

Crea un nodo della struttura ad albero con la chiave, il testo e le immagini specificati e lo inserisce nell'insieme in corrispondenza dell'indice specificato.

public:
 virtual System::Windows::Forms::TreeNode ^ Insert(int index, System::String ^ key, System::String ^ text, int imageIndex, int selectedImageIndex);
public virtual System.Windows.Forms.TreeNode Insert (int index, string key, string text, int imageIndex, int selectedImageIndex);
public virtual System.Windows.Forms.TreeNode Insert (int index, string? key, string? text, int imageIndex, int selectedImageIndex);
abstract member Insert : int * string * string * int * int -> System.Windows.Forms.TreeNode
override this.Insert : int * string * string * int * int -> System.Windows.Forms.TreeNode
Public Overridable Function Insert (index As Integer, key As String, text As String, imageIndex As Integer, selectedImageIndex As Integer) As TreeNode

Parametri

index
Int32

Posizione all'interno dell'insieme nella quale inserire il nodo.

key
String

Nome del nodo della struttura ad albero.

text
String

Testo da visualizzare nel nodo della struttura ad albero.

imageIndex
Int32

Indice dell'immagine da visualizzare nel nodo della struttura ad albero.

selectedImageIndex
Int32

Chiave dell'immagine da visualizzare nel nodo della struttura ad albero quando è in uno stato selezionato.

Restituisce

Oggetto TreeNode inserito nell'insieme.

Commenti

Se la Sorted proprietà è impostata su true, il valore del index parametro viene ignorato. L'oggetto TreeNode viene inserito nella visualizzazione albero e viene TreeView ordinato di nuovo.

È anche possibile aggiungere nuovi TreeNode oggetti alla raccolta usando i Add metodi o AddRange .

La Name proprietà corrisponde alla chiave per un TreeNode oggetto in TreeNodeCollection.

Il imageIndex parametro fa riferimento a un'immagine nella ImageList proprietà dell'elemento padre TreeView.

Il selectedimageIndex parametro fa riferimento a un'immagine nella StateImageList proprietà dell'elemento padre TreeView.

Si applica a

Insert(Int32, String, String, String)

Crea un nodo della struttura ad albero con la chiave, il testo e l'immagine specificati e lo inserisce nell'insieme in corrispondenza dell'indice specificato.

public:
 virtual System::Windows::Forms::TreeNode ^ Insert(int index, System::String ^ key, System::String ^ text, System::String ^ imageKey);
public virtual System.Windows.Forms.TreeNode Insert (int index, string key, string text, string imageKey);
public virtual System.Windows.Forms.TreeNode Insert (int index, string? key, string? text, string? imageKey);
abstract member Insert : int * string * string * string -> System.Windows.Forms.TreeNode
override this.Insert : int * string * string * string -> System.Windows.Forms.TreeNode
Public Overridable Function Insert (index As Integer, key As String, text As String, imageKey As String) As TreeNode

Parametri

index
Int32

Posizione all'interno dell'insieme nella quale inserire il nodo.

key
String

Nome del nodo della struttura ad albero.

text
String

Testo da visualizzare nel nodo della struttura ad albero.

imageKey
String

Chiave dell'immagine da visualizzare nel nodo della struttura ad albero.

Restituisce

Oggetto TreeNode inserito nell'insieme.

Commenti

Se la Sorted proprietà è impostata su true, il valore del index parametro viene ignorato. L'oggetto TreeNode viene inserito nella visualizzazione albero e viene TreeView ordinato di nuovo.

È anche possibile aggiungere nuovi TreeNode oggetti alla raccolta usando i Add metodi o AddRange .

La Name proprietà corrisponde alla chiave per un TreeNode oggetto in TreeNodeCollection.

Il imageKey parametro fa riferimento a un'immagine nella ImageList proprietà dell'elemento padre TreeView.

Si applica a

Insert(Int32, String, String)

Crea un nodo della struttura ad albero con il testo e la chiave specificati e lo inserisce nell'insieme.

public:
 virtual System::Windows::Forms::TreeNode ^ Insert(int index, System::String ^ key, System::String ^ text);
public virtual System.Windows.Forms.TreeNode Insert (int index, string key, string text);
public virtual System.Windows.Forms.TreeNode Insert (int index, string? key, string? text);
abstract member Insert : int * string * string -> System.Windows.Forms.TreeNode
override this.Insert : int * string * string -> System.Windows.Forms.TreeNode
Public Overridable Function Insert (index As Integer, key As String, text As String) As TreeNode

Parametri

index
Int32

Posizione all'interno dell'insieme nella quale inserire il nodo.

key
String

Nome del nodo della struttura ad albero.

text
String

Testo da visualizzare nel nodo della struttura ad albero.

Restituisce

Oggetto TreeNode inserito nell'insieme.

Commenti

Se la Sorted proprietà è impostata su true, il valore del index parametro viene ignorato. L'oggetto TreeNode viene inserito nella visualizzazione albero e viene TreeView ordinato di nuovo.

È anche possibile aggiungere nuovi TreeNode oggetti alla raccolta usando i Add metodi o AddRange .

La Name proprietà corrisponde alla chiave per un TreeNode oggetto in TreeNodeCollection.

Si applica a

Insert(Int32, TreeNode)

Inserisce un nodo della struttura ad albero esistente nell'insieme dei nodi della struttura ad albero in corrispondenza della posizione specificata.

public:
 virtual void Insert(int index, System::Windows::Forms::TreeNode ^ node);
public virtual void Insert (int index, System.Windows.Forms.TreeNode node);
abstract member Insert : int * System.Windows.Forms.TreeNode -> unit
override this.Insert : int * System.Windows.Forms.TreeNode -> unit
Public Overridable Sub Insert (index As Integer, node As TreeNode)

Parametri

index
Int32

Posizione indicizzata nell'insieme per l'inserimento del nodo della struttura ad albero.

node
TreeNode

Oggetto TreeNode da inserire nella raccolta.

Eccezioni

Il parametro node attualmente è assegnato a un'altra classe TreeView.

Esempio

L'esempio di codice seguente rimuove il nodo albero selezionato da uno TreeView e lo aggiunge a un altro se entrambe le raccolte di nodi albero non sono di sola lettura. Quando viene fatto clic su un oggetto Button , il TreeNode rappresentato dalla TreeView.SelectedNode proprietà viene eliminato da uno TreeView usando il Remove metodo e aggiunto all'altro TreeView usando il Insert metodo . In questo esempio è necessario disporre di un oggetto Form contenente due TreeView controlli e un Buttonoggetto . I TreeView controlli devono essere denominati treeView1 e treeView2.

void button1_Click( Object^ /*sender*/, EventArgs^ /*e*/ )
{
   // If neither TreeNodeCollection is read-only, move the
   // selected node from treeView1 to treeView2.
   if (  !treeView1->Nodes->IsReadOnly &&  !treeView2->Nodes->IsReadOnly )
   {
      if ( treeView1->SelectedNode != nullptr )
      {
         TreeNode^ tn = treeView1->SelectedNode;
         treeView1->Nodes->Remove( tn );
         treeView2->Nodes->Insert( treeView2->Nodes->Count, tn );
      }
   }
}
private void button1_Click(object sender, EventArgs e)
{
   // If neither TreeNodeCollection is read-only, move the 
   // selected node from treeView1 to treeView2.
   if(!treeView1.Nodes.IsReadOnly && !treeView2.Nodes.IsReadOnly)
   {
      if(treeView1.SelectedNode != null)
      {
         TreeNode tn = treeView1.SelectedNode;
         treeView1.Nodes.Remove(tn);
         treeView2.Nodes.Insert(treeView2.Nodes.Count, tn);
      }
   }
}
Private Sub button1_Click(sender As Object, e As EventArgs) Handles button1.Click
   ' If neither TreeNodeCollection is read-only, move the 
   ' selected node from treeView1 to treeView2. 
   If Not treeView1.Nodes.IsReadOnly And Not treeView2.Nodes.IsReadOnly Then
      If (treeView1.SelectedNode IsNot Nothing) Then
         Dim tn As TreeNode = treeView1.SelectedNode
         treeView1.Nodes.Remove(tn)
         treeView2.Nodes.Insert(treeView2.Nodes.Count, tn)
      End If
   End If
End Sub

Commenti

Se la TreeView.Sorted proprietà è impostata su true, il valore del index parametro viene ignorato. L'oggetto TreeNode viene inserito nella visualizzazione albero e nel TreeView resort.

È anche possibile aggiungere nuovi TreeNode oggetti alla raccolta usando i Add metodi o AddRange .

Per rimuovere un oggetto TreeNode aggiunto in precedenza, usare i Removemetodi , RemoveAto Clear .

Nota

Un TreeNode oggetto può essere assegnato a un TreeView solo controllo alla volta. Per aggiungere il nodo albero a un nuovo controllo visualizzazione albero, è necessario rimuoverlo dall'altra visualizzazione albero prima o clonarlo.

Si applica a

Insert(Int32, String)

Crea un nodo della struttura ad albero con il testo specificato e lo inserisce in corrispondenza dell'indice specificato.

public:
 virtual System::Windows::Forms::TreeNode ^ Insert(int index, System::String ^ text);
public virtual System.Windows.Forms.TreeNode Insert (int index, string text);
public virtual System.Windows.Forms.TreeNode Insert (int index, string? text);
abstract member Insert : int * string -> System.Windows.Forms.TreeNode
override this.Insert : int * string -> System.Windows.Forms.TreeNode
Public Overridable Function Insert (index As Integer, text As String) As TreeNode

Parametri

index
Int32

Posizione all'interno dell'insieme nella quale inserire il nodo.

text
String

Testo da visualizzare nel nodo della struttura ad albero.

Restituisce

Oggetto TreeNode inserito nell'insieme.

Commenti

Se la Sorted proprietà è impostata su true, il valore del index parametro viene ignorato. L'oggetto TreeNode viene inserito nella visualizzazione albero e viene TreeView ordinato di nuovo.

È anche possibile aggiungere nuovi TreeNode oggetti alla raccolta usando i Add metodi o AddRange .

Si applica a

Insert(Int32, String, String, Int32)

Crea un nodo della struttura ad albero con la chiave, il testo e l'immagine specificati e lo inserisce nell'insieme in corrispondenza dell'indice specificato.

public:
 virtual System::Windows::Forms::TreeNode ^ Insert(int index, System::String ^ key, System::String ^ text, int imageIndex);
public virtual System.Windows.Forms.TreeNode Insert (int index, string key, string text, int imageIndex);
public virtual System.Windows.Forms.TreeNode Insert (int index, string? key, string? text, int imageIndex);
abstract member Insert : int * string * string * int -> System.Windows.Forms.TreeNode
override this.Insert : int * string * string * int -> System.Windows.Forms.TreeNode
Public Overridable Function Insert (index As Integer, key As String, text As String, imageIndex As Integer) As TreeNode

Parametri

index
Int32

Posizione all'interno dell'insieme nella quale inserire il nodo.

key
String

Nome del nodo della struttura ad albero.

text
String

Testo da visualizzare nel nodo della struttura ad albero.

imageIndex
Int32

Indice dell'immagine da visualizzare nel nodo della struttura ad albero.

Restituisce

Oggetto TreeNode inserito nell'insieme.

Commenti

Se la Sorted proprietà è impostata su true, il valore del index parametro viene ignorato. L'oggetto TreeNode viene inserito nella visualizzazione albero e viene TreeView ordinato di nuovo.

È anche possibile aggiungere nuovi TreeNode oggetti alla raccolta usando i Add metodi o AddRange .

La Name proprietà corrisponde alla chiave per un TreeNode oggetto in TreeNodeCollection.

Il imageIndex parametro fa riferimento a un'immagine nella ImageList proprietà dell'elemento padre TreeView.

Si applica a