다음을 통해 공유


IHostCommands.Paste 속성

버전 2에 적용

"paste" 명령을 가져옵니다.

네임스페이스:  Microsoft.WebMatrix.Extensibility
어셈블리:  Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)

구문

‘선언
ReadOnly Property Paste As ICommand 
    Get
‘사용 방법
Dim instance As IHostCommands 
Dim value As ICommand 

value = instance.Paste
ICommand Paste { get; }
property ICommand^ Paste {
    ICommand^ get ();
}
abstract Paste : ICommand
function get Paste () : ICommand

속성 값

유형: System.Windows.Input.ICommand
"paste" 명령입니다.

참고 항목

참조

IHostCommands 인터페이스

Microsoft.WebMatrix.Extensibility 네임스페이스