ValueConversionAttribute.ParameterType Propiedad

Definición

Obtiene o establece el tipo del objeto de parámetro del convertidor de valores opcional.

public:
 property Type ^ ParameterType { Type ^ get(); void set(Type ^ value); };
public Type ParameterType { get; set; }
member this.ParameterType : Type with get, set
Public Property ParameterType As Type

Valor de propiedad

Type

Tipo del objeto de parámetro del convertidor de valores opcional.

Se aplica a

Consulte también