ExpressionBindingCollection.Item[String] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un ExpressionBinding objet de la collection avec la valeur spécifiée PropertyName .
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
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
Paramètres
- propertyName
- String
De PropertyName la ExpressionBinding récupération.
Valeur de propriété
In ExpressionBinding the ExpressionBindingCollection with the specified PropertyName.