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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.