MenuDesigner::IDataBindingSchemaProvider::Schema Property

 

Gets the current schema object for the designer. For a description of this member, see the IDataBindingSchemaProvider::Schema property.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

private:
property IDataSourceViewSchema^ Schema {
	virtual IDataSourceViewSchema^ get() sealed = IDataBindingSchemaProvider::Schema::get;
}

Property Value

Type: System.Web.UI.Design::IDataSourceViewSchema^

The current schema object for the designer.

This member is an explicit interface member implementation. It can be used only when the MenuDesigner instance is cast to an IDataBindingSchemaProvider interface.

.NET Framework
Available since 2.0
Return to top
Show: