AutomationProperties.AcceleratorKeyProperty 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Automation 요소에 대한 바로 가기 키(바로 가기 키라고도 함) 조합을 포함하는 문자열인 AutomationProperties.AcceleratorKey 연결된 속성을 식별합니다.
public:
static property DependencyProperty ^ AcceleratorKeyProperty { DependencyProperty ^ get(); };
static DependencyProperty AcceleratorKeyProperty();
public static DependencyProperty AcceleratorKeyProperty { get; }
var dependencyProperty = AutomationProperties.acceleratorKeyProperty;
Public Shared ReadOnly Property AcceleratorKeyProperty As DependencyProperty
속성 값
AutomationProperties.AcceleratorKey 연결된 속성의 식별자입니다.
설명
바로 가기 키 조합은 작업을 호출합니다. 예를 들어, CTRL + O는 대개 호출 하는 열려 파일 일반 대화 상자. AcceleratorKey 속성이 있는 자동화 요소는 바로 가기 명령과 동일한 작업에 대해 Invoke 컨트롤 패턴을 구현할 수 있습니다.