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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.