DataBindingCollection.Item[String] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得具有指定屬性名稱的 DataBinding 物件。
public:
property System::Web::UI::DataBinding ^ default[System::String ^] { System::Web::UI::DataBinding ^ get(System::String ^ propertyName); };
public System.Web.UI.DataBinding this[string propertyName] { get; }
member this.Item(string) : System.Web.UI.DataBinding
Default Public ReadOnly Property Item(propertyName As String) As DataBinding
參數
- propertyName
- String
要尋找的屬性名稱。
屬性值
具有指定之屬性名稱的 DataBinding。 如果具有指定名稱的物件不存在,則這個值是 null
。