IDesignerDataSchema.SupportsSchemaClass(DesignerDataSchemaClass) Method

Definition

Returns a value indicating whether the data store contains the specified data-schema object.

public:
 bool SupportsSchemaClass(System::ComponentModel::Design::Data::DesignerDataSchemaClass ^ schemaClass);
public bool SupportsSchemaClass (System.ComponentModel.Design.Data.DesignerDataSchemaClass schemaClass);
abstract member SupportsSchemaClass : System.ComponentModel.Design.Data.DesignerDataSchemaClass -> bool
Public Function SupportsSchemaClass (schemaClass As DesignerDataSchemaClass) As Boolean

Parameters

schemaClass
DesignerDataSchemaClass

The schema objects to return.

Returns

true if the data store supports the specified data-schema object; otherwise, false.

Remarks

The SupportsSchemaClass method indicates whether the data store supports a specified data-schema object. If the data store does not support the specified object, the SupportsSchemaClass method should return false.

You can add tests for additional data-schema objects by deriving from the DesignerDataSchemaClass class.

Applies to