RangeValidationRule.Validate Method (Object, CultureInfo)
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Overrides Function Validate ( _
value As Object, _
cultureInfo As CultureInfo _
) As ValidationResult
public override ValidationResult Validate(
Object value,
CultureInfo cultureInfo
)
Parameters
- value
Type: System.Object
- cultureInfo
Type: System.Globalization.CultureInfo
Return Value
Type: System.Windows.Controls.ValidationResult
.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.