ModifierKeysValueSerializer 클래스
정의
String 인스턴스를 ModifierKeys 인스턴스로 변환하거나 그 반대로 변환합니다.Converts instances of String to and from instances of ModifierKeys.
public ref class ModifierKeysValueSerializer : System::Windows::Markup::ValueSerializer
public class ModifierKeysValueSerializer : System.Windows.Markup.ValueSerializer
type ModifierKeysValueSerializer = class
inherit ValueSerializer
Public Class ModifierKeysValueSerializer
Inherits ValueSerializer
- 상속
설명
이 클래스 일반적으로 활용 되는 MarkupWriter serialization 목적을 위해.This class is typically only utilized by the MarkupWriter for serialization purposes.
생성자
ModifierKeysValueSerializer() |
ModifierKeysValueSerializer 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the ModifierKeysValueSerializer class. |
메서드
CanConvertFromString(String, IValueSerializerContext) |
지정된 String이 ModifierKeys의 인스턴스로 변환될 수 있는지 여부를 결정합니다.Determines if the specified String can be convert to an instance of ModifierKeys. |
CanConvertToString(Object, IValueSerializerContext) |
지정한 ModifierKeys를 String으로 변환할 수 있는지 여부를 확인합니다.Determines if the specified ModifierKeys can be converted to a String. |
ConvertFromString(String, IValueSerializerContext) |
String을 ModifierKeys 값으로 변환합니다.Converts a String into a ModifierKeys value. |
ConvertToString(Object, IValueSerializerContext) |
ModifierKeys의 인스턴스를 String으로 변환합니다.Converts an instance of ModifierKeys to a String. |
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetConvertFromException(Object) |
변환을 수행할 수 없을 때 발생하는 예외를 반환합니다.Returns an exception to throw when a conversion cannot be performed. (다음에서 상속됨 ValueSerializer) |
GetConvertToException(Object, Type) |
변환을 수행할 수 없을 때 발생하는 예외를 반환합니다.Returns an exception to throw when a conversion cannot be performed. (다음에서 상속됨 ValueSerializer) |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |
TypeReferences(Object, IValueSerializerContext) |
ValueSerializer에서 참조하는 형식의 열거형을 가져옵니다.Gets an enumeration of the types referenced by the ValueSerializer. (다음에서 상속됨 ValueSerializer) |