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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.