DesignerOptionService.DesignerOptionCollection.Item[] Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the child collection at the given index.
Item[Int32] |
Gets the child collection at the given index. |
Item[String] |
Gets the child collection at the given name. |
- Source:
- DesignerOptionService.cs
- Source:
- DesignerOptionService.cs
- Source:
- DesignerOptionService.cs
Gets the child collection at the given index.
public:
property System::ComponentModel::Design::DesignerOptionService::DesignerOptionCollection ^ default[int] { System::ComponentModel::Design::DesignerOptionService::DesignerOptionCollection ^ get(int index); };
public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection? this[int index] { get; }
public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection this[int index] { get; }
member this.Item(int) : System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection
Default Public ReadOnly Property Item(index As Integer) As DesignerOptionService.DesignerOptionCollection
Parameters
- index
- Int32
The zero-based index of the child collection to get.
Property Value
The child collection at the specified index.
Applies to
.NET 10 i druge verzije
Proizvod | Verzije |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
- Source:
- DesignerOptionService.cs
- Source:
- DesignerOptionService.cs
- Source:
- DesignerOptionService.cs
Gets the child collection at the given name.
public:
property System::ComponentModel::Design::DesignerOptionService::DesignerOptionCollection ^ default[System::String ^] { System::ComponentModel::Design::DesignerOptionService::DesignerOptionCollection ^ get(System::String ^ name); };
public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection? this[string name] { get; }
public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection this[string name] { get; }
member this.Item(string) : System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection
Default Public ReadOnly Property Item(name As String) As DesignerOptionService.DesignerOptionCollection
Parameters
- name
- String
The name of the child collection.
Property Value
The child collection with the name specified by the name
parameter, or null
if the name is not found.
Remarks
The name search is case-insensitive.
Applies to
.NET 10 i druge verzije
Proizvod | Verzije |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: