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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.