Udostępnij za pośrednictwem


MouseGestureValueSerializer.CanConvertFromString Metoda

Definicja

Określa, czy określona String wartość może zostać przekonwertowana na wystąpienie klasy ModifierKeys.

public:
 override bool CanConvertFromString(System::String ^ value, System::Windows::Markup::IValueSerializerContext ^ context);
public override bool CanConvertFromString (string value, System.Windows.Markup.IValueSerializerContext context);
override this.CanConvertFromString : string * System.Windows.Markup.IValueSerializerContext -> bool
Public Overrides Function CanConvertFromString (value As String, context As IValueSerializerContext) As Boolean

Parametry

value
String

Ciąg do oceny konwersji.

context
IValueSerializerContext

Informacje kontekstowe używane do konwersji.

Zwraca

Zawsze zwraca wartość true.

Dotyczy