다음을 통해 공유


KeyboardAccelerator 클래스

정의

MenuFlyoutItem에 대한 바로 가기 키를 나타냅니다.

public ref class KeyboardAccelerator : Microsoft::Maui::Controls::BindableObject, Microsoft::Maui::IKeyboardAccelerator
public class KeyboardAccelerator : Microsoft.Maui.Controls.BindableObject, Microsoft.Maui.IKeyboardAccelerator
type KeyboardAccelerator = class
    inherit BindableObject
    interface IKeyboardAccelerator
Public Class KeyboardAccelerator
Inherits BindableObject
Implements IKeyboardAccelerator
상속
KeyboardAccelerator
구현

생성자

KeyboardAccelerator()

MenuFlyoutItem에 대한 바로 가기 키를 나타냅니다.

필드

KeyProperty

에 대한 바인딩 가능한 속성입니다 Key.

ModifiersProperty

에 대한 바인딩 가능한 속성입니다 Modifiers.

속성

BindingContext

BindableObject에 속하는 바인딩된 속성의 대상이 되는 속성을 포함하는 개체를 가져오거나 설정합니다. 이는 바인딩 가능 속성입니다.

(다음에서 상속됨 BindableObject)
Dispatcher

이 바인딩 가능한 개체를 만들 때 사용할 수 있었던 디스패처를 가져오고, 그렇지 않으면 사용 가능한 가장 가까운 디스패처(아마도 창/앱)를 찾으려고 시도합니다.

(다음에서 상속됨 BindableObject)
Key

키보드 가속기 키를 식별합니다.

Modifiers

키보드 가속기 한정자를 식별합니다.

메서드

ApplyBindings()

모든 현재 바인딩을 에 BindingContext적용합니다.

(다음에서 상속됨 BindableObject)
ClearValue(BindableProperty)

이전에 바인딩 가능한 속성에 대해 설정된 값을 지웁니다.

(다음에서 상속됨 BindableObject)
ClearValue(BindablePropertyKey)

키로 식별된 바인딩 가능한 속성에 대해 이전에 설정된 값을 지웁니다.

(다음에서 상속됨 BindableObject)
CoerceValue(BindableProperty)

지정된 바인딩 가능한 속성의 값을 강제 변환합니다. 이 작업은 지정된 바인딩 가능한 속성을 호출하여 BindableProperty.CoerceValueDelegate 수행됩니다.

(다음에서 상속됨 BindableObject)
CoerceValue(BindablePropertyKey)

지정된 바인딩 가능한 속성의 값을 강제 변환합니다. 이 작업은 지정된 바인딩 가능한 속성을 호출하여 BindableProperty.CoerceValueDelegate 수행됩니다.

(다음에서 상속됨 BindableObject)
GetValue(BindableProperty)

지정된 바인딩 가능한 속성에 포함된 값을 반환합니다.

(다음에서 상속됨 BindableObject)
IsSet(BindableProperty)

바인딩 가능한 속성이 있고 값 집합이 있는지 여부를 결정합니다.

(다음에서 상속됨 BindableObject)
OnBindingContextChanged()

BindingContextChanged 이벤트를 발생시킵니다.

(다음에서 상속됨 BindableObject)
OnPropertyChanged(String)

PropertyChanged 이벤트를 발생시킵니다.

(다음에서 상속됨 BindableObject)
OnPropertyChanging(String)

PropertyChanging 이벤트를 발생시킵니다.

(다음에서 상속됨 BindableObject)
RemoveBinding(BindableProperty)

바인딩 가능한 속성에서 이전에 설정된 바인딩을 제거합니다.

(다음에서 상속됨 BindableObject)
SetBinding(BindableProperty, BindingBase)

바인딩 가능한 속성에 바인딩을 할당합니다.

(다음에서 상속됨 BindableObject)
SetValue(BindableProperty, Object)

지정된 바인딩 가능한 속성의 값을 설정합니다.

(다음에서 상속됨 BindableObject)
SetValue(BindablePropertyKey, Object)

지정된 바인딩 가능한 속성의 값을 설정합니다.

(다음에서 상속됨 BindableObject)
UnapplyBindings()

현재 컨텍스트에서 모든 현재 바인딩을 제거합니다.

(다음에서 상속됨 BindableObject)

이벤트

BindingContextChanged

BindingContext 속성 값이 변경되면 발생합니다.

(다음에서 상속됨 BindableObject)
PropertyChanged

속성 값이 변경될 때 발생합니다.

(다음에서 상속됨 BindableObject)
PropertyChanging

속성 값이 변경될 때 발생합니다.

(다음에서 상속됨 BindableObject)

명시적 인터페이스 구현

IDynamicResourceHandler.SetDynamicResource(BindableProperty, String)

MenuFlyoutItem에 대한 바로 가기 키를 나타냅니다.

(다음에서 상속됨 BindableObject)

확장 메서드

GetPropertyIfSet<T>(BindableObject, BindableProperty, T)

MenuFlyoutItem에 대한 바로 가기 키를 나타냅니다.

SetAppTheme<T>(BindableObject, BindableProperty, T, T)

MenuFlyoutItem에 대한 바로 가기 키를 나타냅니다.

SetAppThemeColor(BindableObject, BindableProperty, Color, Color)

MenuFlyoutItem에 대한 바로 가기 키를 나타냅니다.

SetBinding(BindableObject, BindableProperty, String, BindingMode, IValueConverter, String)

속성에 바인딩을 만들고 적용합니다.

적용 대상