ExpressionBindingCollection.Item[String] Özellik

Tanım

Koleksiyondan belirtilen ExpressionBinding değere sahip bir PropertyName nesne alır.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

propertyName
String

PropertyName Alınacak öğesininExpressionBinding.

Özellik Değeri

belirtilen ExpressionBindingile içinde ExpressionBindingCollection birPropertyName.

Şunlara uygulanır