AgnosticProjectProperties.GetValidators Method
Returns a dictionary of validators to make sure that the property file data is valid.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Shared Function GetValidators As IDictionary(Of String, IPropertyValidator)
public static IDictionary<string, IPropertyValidator> GetValidators()
public:
static IDictionary<String^, IPropertyValidator^>^ GetValidators()
static member GetValidators : unit -> IDictionary<string, IPropertyValidator>
public static function GetValidators() : IDictionary<String, IPropertyValidator>
Return Value
Type: System.Collections.Generic.IDictionary<String, IPropertyValidator>
A dictionary of validators.
.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.