FormCollection.Item[] Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
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
Eigenschaftswert
Das Formular mit dem angegebenen Namen.