InvokeCommandAction.InputConverterLanguage Property
Gets or sets the language that is passed to the Convert method of InputConverter. This is an optional dependency property.
Namespace: Microsoft.Xaml.Interactions.Core
Assembly: Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)
Syntax
'Declaration
Public Property InputConverterLanguage As String
public string InputConverterLanguage { get; set; }
public:
property String^ InputConverterLanguage {
String^ get ();
void set (String^ value);
}
member InputConverterLanguage : string with get, set
function get InputConverterLanguage () : String
function set InputConverterLanguage (value : String)
Property Value
Type: System.String
The language that is passed to the Convert method of InputConverter.
.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.