IDataBindingSchemaProvider 接口

定义

提供设计时访问设计宿主中的架构提供程序的接口。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
派生

注解

IDataBindingSchemaProvider类由设计主机(如 Visual Studio 2005)实现,该宿主承载用于显示架构的 "数据绑定" 对话框。The IDataBindingSchemaProvider class is implemented by design hosts, such as Visual Studio 2005, that host the data-binding dialog box to show schema.

属性

CanRefreshSchema

获取一个值,该值指示提供程序是否能刷新架构。Gets a value indicating whether the provider can refresh the schema.

Schema

获取设计器的当前架构对象。Gets the current schema object for the designer.

方法

RefreshSchema(Boolean)

刷新数据源的架构。Refreshes the schema for the data source.

适用于