다음을 통해 공유


IEditorOperations.CanPaste 속성

붙여넣기 작업이 가능한지 여부를 확인합니다.

네임스페이스:  Microsoft.VisualStudio.Text.Operations
어셈블리:  Microsoft.VisualStudio.Text.UI(Microsoft.VisualStudio.Text.UI.dll)

구문

‘선언
ReadOnly Property CanPaste As Boolean
bool CanPaste { get; }
property bool CanPaste {
    bool get ();
}
abstract CanPaste : bool with get
function get CanPaste () : boolean

속성 값

형식: Boolean
true 붙여넣기 작업이 그렇지 않으면 가능한 경우 false.

.NET Framework 보안

참고 항목

참조

IEditorOperations 인터페이스

Microsoft.VisualStudio.Text.Operations 네임스페이스