共用方式為


IVsDataExplorerNode.CanPaste 屬性

取得表示貼上命令是否在節點支援。

命名空間:  Microsoft.VisualStudio.Data.Services
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.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 安全性

請參閱

參考

IVsDataExplorerNode 介面

Microsoft.VisualStudio.Data.Services 命名空間