IDataSourceViewSchemaAccessor.DataSourceViewSchema Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When implemented, gets or sets the schema associated with the object.
public:
property System::Object ^ DataSourceViewSchema { System::Object ^ get(); void set(System::Object ^ value); };
public object DataSourceViewSchema { get; set; }
member this.DataSourceViewSchema : obj with get, set
Public Property DataSourceViewSchema As Object
Property Value
An Object that represents the schema.
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.
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.