FormCollection.Item[] Eigenschaft

Definition

Bietet Zugriff auf die Form Objekte innerhalb der Auflistung.

Überlädt

Name Beschreibung
Item[Int32]

Ruft ein Element in der Auflistung anhand des numerischen Indexes ab oder legt es fest.

Item[String]

Dient zum Abrufen oder Festlegen eines Elements in der Auflistung anhand des Namens des zugeordneten Form Objekts.

Item[Int32]

Quelle:
FormCollection.cs
Quelle:
FormCollection.cs
Quelle:
FormCollection.cs
Quelle:
FormCollection.cs
Quelle:
FormCollection.cs

Ruft ein Element in der Auflistung anhand des numerischen Indexes ab oder legt es fest.

public:
 virtual property System::Windows::Forms::Form ^ default[int] { System::Windows::Forms::Form ^ get(int index); };
public virtual System.Windows.Forms.Form this[int index] { get; }
public virtual System.Windows.Forms.Form? this[int index] { get; }
member this.Item(int) : System.Windows.Forms.Form
Default Public Overridable ReadOnly Property Item(index As Integer) As Form

Parameter

index
Int32

Die Position der Form innerhalb der Auflistung.

Eigenschaftswert

Das Formular am angegebenen Index.

Gilt für:

Item[String]

Quelle:
FormCollection.cs
Quelle:
FormCollection.cs
Quelle:
FormCollection.cs
Quelle:
FormCollection.cs
Quelle:
FormCollection.cs

Dient zum Abrufen oder Festlegen eines Elements in der Auflistung anhand des Namens des zugeordneten Form Objekts.

public:
 virtual property System::Windows::Forms::Form ^ default[System::String ^] { System::Windows::Forms::Form ^ get(System::String ^ name); };
public virtual System.Windows.Forms.Form this[string name] { get; }
public virtual System.Windows.Forms.Form? this[string? name] { get; }
member this.Item(string) : System.Windows.Forms.Form
Default Public Overridable ReadOnly Property Item(name As String) As Form

Parameter

name
String

Der Name des Form.

Eigenschaftswert

Das Formular mit dem angegebenen Namen.

Gilt für: