ExpressionBuilderCollection.Item[] Vlastnost

Definice

Získá nebo nastaví zadaný ExpressionBuilder objekt.

Přetížení

Name Description
Item[Int32]

Získá nebo nastaví v zadaném ExpressionBuilder indexu v kolekci ExpressionBuilderCollection .

Item[String]

ExpressionBuilder Získá objekt se zadaným názvem.

Poznámky

ExpressionBuilder

Item[Int32]

Získá nebo nastaví v zadaném ExpressionBuilder indexu v kolekci ExpressionBuilderCollection .

public:
 property System::Web::Configuration::ExpressionBuilder ^ default[int] { System::Web::Configuration::ExpressionBuilder ^ get(int index); void set(int index, System::Web::Configuration::ExpressionBuilder ^ value); };
public System.Web.Configuration.ExpressionBuilder this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.ExpressionBuilder with get, set
Default Public Property Item(index As Integer) As ExpressionBuilder

Parametry

index
Int32

Celočíselná hodnota určující ExpressionBuilder objekt v kolekci ExpressionBuilderCollection .

Hodnota vlastnosti

Objekt ExpressionBuilder v zadaném indexu nebo null pokud v daném indexu neexistuje žádný objekt.

Platí pro

Item[String]

ExpressionBuilder Získá objekt se zadaným názvem.

public:
 property System::Web::Configuration::ExpressionBuilder ^ default[System::String ^] { System::Web::Configuration::ExpressionBuilder ^ get(System::String ^ name); };
public System.Web.Configuration.ExpressionBuilder this[string name] { get; }
member this.Item(string) : System.Web.Configuration.ExpressionBuilder
Default Public ReadOnly Property Item(name As String) As ExpressionBuilder

Parametry

name
String

Název ExpressionBuilder objektu v kolekci ExpressionBuilderCollection .

Hodnota vlastnosti

ExpressionBuilder Nebo null pokud v kolekci neexistuje žádný objekt s tímto názvem.

Platí pro