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
- errorMessage
Type: System.String%
The error message.
Return Value
Type: System.Boolean
Implements
ISchemaCompareModelProvider.Validate(String%)
Remarks
If the provider is not valid, provides an errorMessage.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SchemaCompareProjectBasedModelProvider Class
Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare Namespace