BindingSource.GetListName(PropertyDescriptor[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the name of the list supplying data for the binding.
public:
virtual System::String ^ GetListName(cli::array <System::ComponentModel::PropertyDescriptor ^> ^ listAccessors);
public virtual string GetListName (System.ComponentModel.PropertyDescriptor[] listAccessors);
public virtual string GetListName (System.ComponentModel.PropertyDescriptor[]? listAccessors);
abstract member GetListName : System.ComponentModel.PropertyDescriptor[] -> string
override this.GetListName : System.ComponentModel.PropertyDescriptor[] -> string
Public Overridable Function GetListName (listAccessors As PropertyDescriptor()) As String
Parameters
- listAccessors
- PropertyDescriptor[]
An array of PropertyDescriptor objects to find in the list as bindable.
Returns
The name of the list supplying the data for binding.
Implements
Applies to
See also
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.