IDataBindingSchemaProvider Interface

Definition

Provides an interface for design-time access to a schema provider in a design host.

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

Remarks

The IDataBindingSchemaProvider class is implemented by design hosts, such as Visual Studio 2005, that host the data-binding dialog box to show schema.

Properties

CanRefreshSchema

Gets a value indicating whether the provider can refresh the schema.

Schema

Gets the current schema object for the designer.

Methods

RefreshSchema(Boolean)

Refreshes the schema for the data source.

Applies to

See also