共用方式為


IVsDataExplorerNode.CanCut 屬性

取得 Cut 命令是否在節點支援。

命名空間:  Microsoft.VisualStudio.Data.Services
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

'宣告
ReadOnly Property CanCut As Boolean
bool CanCut { get; }
property bool CanCut {
    bool get ();
}
abstract CanCut : bool with get
function get CanCut () : boolean

屬性值

類型:Boolean
true ,如果剪下命令支援;則為,否則為 false。

.NET Framework 安全性

請參閱

參考

IVsDataExplorerNode 介面

Microsoft.VisualStudio.Data.Services 命名空間