ClassOps.ValidateSetProperty(Type, String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method calls all Validate attributes for the property to validate value. Called from class property setters with ValidateArgumentsAttribute attributes.
public:
static void ValidateSetProperty(Type ^ type, System::String ^ propertyName, System::Object ^ value);
public:
static void ValidateSetProperty(Platform::Type ^ type, Platform::String ^ propertyName, Platform::Object ^ value);
public static void ValidateSetProperty (Type type, string propertyName, object value);
static member ValidateSetProperty : Type * string * obj -> unit
Public Shared Sub ValidateSetProperty (type As Type, propertyName As String, value As Object)
Parameters
- type
- Type
- propertyName
- String
- value
- Object