MultiBinding.ConverterParameter Property
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.
Gets or sets an optional parameter to pass to a converter as additional information.
public:
property System::Object ^ ConverterParameter { System::Object ^ get(); void set(System::Object ^ value); };
public object ConverterParameter { get; set; }
member this.ConverterParameter : obj with get, set
Public Property ConverterParameter As Object
A parameter to pass to a converter. The default value is null
.
<object>
<object.ConverterParameter>
converterParameter
</object.ConverterParameter>
</object>
<object property="converterParameter" />
converterParameter
A value of the type expected by the converter, which might be an object element or a string depending on the definition and XAML capabilities both of the property type being used and of the implementation of the converter. The converter takes in that type through the parameter
parameter as defined by its Convert and ConvertBack implementations.
Producto | Versiones |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
Comentarios de .NET
.NET es un proyecto de código abierto. Seleccione un vínculo para proporcionar comentarios: