IPreviewCommandSource 인터페이스

정의

명령 미리 보기 방법을 인식하는 개체를 정의합니다.

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
파생
구현

속성

Command

명령 소스가 호출될 때 실행할 명령을 가져옵니다.

(다음에서 상속됨 ICommandSource)
CommandParameter

실행할 때 명령에 전달될 수 있는 사용자 정의 데이터 값을 나타냅니다.

(다음에서 상속됨 ICommandSource)
CommandTarget

명령이 실행되는 개체입니다.

(다음에서 상속됨 ICommandSource)
PreviewCommandParameter

명령을 미리 보는 경우 명령에 전달될 수 있는 사용자 정의 데이터 값을 나타냅니다.

적용 대상