ExpressionBuilderCollection.Item[] Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Získá nebo nastaví zadaný ExpressionBuilder objekt.
Přetížení
Item[Int32] |
Získá nebo nastaví ExpressionBuilder v zadaném indexu v kolekci ExpressionBuilderCollection . |
Item[String] |
ExpressionBuilder Získá objekt se zadaným názvem. |
Poznámky
Item[Int32]
Získá nebo nastaví ExpressionBuilder v zadaném 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 ExpressionBuilderCollection rámci kolekce.
Hodnota vlastnosti
Objekt ExpressionBuilder v zadaném indexu nebo null
pokud v daném indexu není žá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
Nebo ExpressionBuilder null
pokud v kolekci neexistuje žádný objekt s tímto názvem.