IPreviewCommand를 호출할 수 있는 개체를 나타냅니다.
네임스페이스: Microsoft.Windows.Input
어셈블리: RibbonControlsLibrary(RibbonControlsLibrary.dll)
구문
‘선언
Public Interface IPreviewCommandSource _
Inherits ICommandSource
public interface IPreviewCommandSource : ICommandSource
public interface class IPreviewCommandSource : ICommandSource
type IPreviewCommandSource =
interface
interface ICommandSource
end
public interface IPreviewCommandSource extends ICommandSource
IPreviewCommandSource 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
![]() |
Command | 명령 소스가 호출될 때 실행할 명령을 가져옵니다. (ICommandSource에서 상속됨) |
![]() |
CommandParameter | 명령을 실행하는 경우 명령에 전달될 수 있는 사용자 정의 데이터 값을 나타냅니다. (ICommandSource에서 상속됨) |
![]() |
CommandTarget | 명령이 실행되는 개체입니다. (ICommandSource에서 상속됨) |
![]() |
PreviewCommandParameter | 명령에 전달될 매개 변수를 가져오거나 설정합니다. |
위쪽