HierarchicalDataSourceIDConverter.IsValidDataSource(IComponent) Method

Definition

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