IDataSourceViewSchemaAccessor Interface

Definition

Allows a type converter to access schema information stored on an object.

public interface class IDataSourceViewSchemaAccessor
public interface IDataSourceViewSchemaAccessor
type IDataSourceViewSchemaAccessor = interface
Public Interface IDataSourceViewSchemaAccessor
Derived

Remarks

This interface is implemented by the TreeNodeBinding, MenuItemBinding, and DataControlField classes. These implementations are used by the .NET Framework and are not intended for use in your code.

Properties

DataSourceViewSchema

When implemented, gets or sets the schema associated with the object.

Applies to

See also