Share via


SchemaCompareProjectBasedModelProvider.Validate Method

Validates this provider.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Overrides Function Validate ( _
    <OutAttribute> ByRef errorMessage As String _
) As Boolean
public override bool Validate(
    out string errorMessage
)
public:
virtual bool Validate(
    [OutAttribute] String^% errorMessage
) override
abstract Validate : 
        errorMessage:string byref -> bool 
override Validate : 
        errorMessage:string byref -> bool 
public override function Validate(
    errorMessage : String
) : boolean

Parameters

Return Value

Type: System.Boolean

Implements

ISchemaCompareModelProvider.Validate(String%)

Remarks

If the provider is not valid, provides an errorMessage.

.NET Framework Security

See Also

Reference

SchemaCompareProjectBasedModelProvider Class

Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare Namespace