ToolboxItem.ValidatePropertyType(String, Object, Type, Boolean) Metodo

Definizione

Convalida che un oggetto è di un tipo specificato.

protected:
 void ValidatePropertyType(System::String ^ propertyName, System::Object ^ value, Type ^ expectedType, bool allowNull);
protected void ValidatePropertyType (string propertyName, object value, Type expectedType, bool allowNull);
protected void ValidatePropertyType (string propertyName, object? value, Type expectedType, bool allowNull);
member this.ValidatePropertyType : string * obj * Type * bool -> unit
Protected Sub ValidatePropertyType (propertyName As String, value As Object, expectedType As Type, allowNull As Boolean)

Parametri

propertyName
String

Nome della proprietà da convalidare.

value
Object

Valore facoltativo con cui convalidare.

expectedType
Type

Tipo previsto della proprietà.

allowNull
Boolean

true per consentire null; in caso contrario, false.

Eccezioni

value è null e allowNull è false.

value non è il tipo specificato da expectedType.

Commenti

Il ValidatePropertyType metodo viene chiamato come metodo helper per il ValidatePropertyValue metodo .

Si applica a