KeyGestureValueSerializer.ConvertToString Metoda

Definicja

Konwertuje wystąpienie obiektu KeyGesture na .String

public:
 override System::String ^ ConvertToString(System::Object ^ value, System::Windows::Markup::IValueSerializerContext ^ context);
public override string ConvertToString (object value, System.Windows.Markup.IValueSerializerContext context);
override this.ConvertToString : obj * System.Windows.Markup.IValueSerializerContext -> string
Public Overrides Function ConvertToString (value As Object, context As IValueSerializerContext) As String

Parametry

value
Object

Gest do konwersji na ciąg.

context
IValueSerializerContext

Informacje kontekstowe używane do konwersji.

Zwraca

Niezmienna reprezentacja ciągu określonego KeyGesture.

Dotyczy