HierarchicalDataSourceIDConverter.IsValidDataSource(IComponent) 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 a value indicating whether the specified component is a valid data source.
protected:
override bool IsValidDataSource(System::ComponentModel::IComponent ^ component);
protected override bool IsValidDataSource (System.ComponentModel.IComponent component);
override this.IsValidDataSource : System.ComponentModel.IComponent -> bool
Protected Overrides Function IsValidDataSource (component As IComponent) As Boolean
Parameters
- component
- IComponent
An object that implements the IComponent.
Returns
true
if component
is a valid data source; otherwise, false
.
Remarks
The IsValidDataSource method considers component
a valid data source if it implements the IHierarchicalDataSource interface.
Applies to
See also
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.