ApplicationCommands.Paste 속성

정의

붙여넣기 명령을 나타내는 값을 가져옵니다.

public:
 static property System::Windows::Input::RoutedUICommand ^ Paste { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand Paste { get; }
static member Paste : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property Paste As RoutedUICommand

속성 값

명령입니다.

기본값
키 제스처 Ctrl+V

Shift+Insert

UI 텍스트 붙여넣기

설명

이 명령은 붙여 클립보드로 선택 함을 나타냅니다.

반드시 필요 하지 않으면 지정된 된 개체에서 명령에 대 한 구현을 대부분의 명령에 대 한 구현은 애플리케이션 개발자의 책임입니다.

XAML 특성 사용

<object property="Paste"/>  

적용 대상

추가 정보