IPreviewCommandSource 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
명령을 미리 보는 방법을 알고 있는 개체를 정의합니다.
public interface class IPreviewCommandSource : System::Windows::Input::ICommandSource
public interface IPreviewCommandSource : System.Windows.Input.ICommandSource
type IPreviewCommandSource = interface
interface ICommandSource
Public Interface IPreviewCommandSource
Implements ICommandSource
- 파생
- 구현
속성
| Name | Description |
|---|---|
| Command |
명령 원본이 호출될 때 실행할 명령을 가져옵니다. (다음에서 상속됨 ICommandSource) |
| CommandParameter |
명령이 실행될 때 명령에 전달할 수 있는 사용자 정의 데이터 값을 나타냅니다. (다음에서 상속됨 ICommandSource) |
| CommandTarget |
명령이 실행 중인 개체입니다. (다음에서 상속됨 ICommandSource) |
| PreviewCommandParameter |
미리 볼 때 명령에 전달할 수 있는 사용자 정의 데이터 값을 나타냅니다. |