ExpressionBindingCollection.Item[String] Vlastnost

Definice

ExpressionBinding Získá objekt z kolekce se zadanou PropertyName hodnotou.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Parametry

propertyName
String

NačteníPropertyName.ExpressionBinding

Hodnota vlastnosti

In ExpressionBinding the ExpressionBindingCollection with the specified PropertyName.

Platí pro