IVsDataExplorerNode.IsDiscarded 属性

获取一个值放弃当前节点。

命名空间:  Microsoft.VisualStudio.Data.Services
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
ReadOnly Property IsDiscarded As Boolean
bool IsDiscarded { get; }
property bool IsDiscarded {
    bool get ();
}
abstract IsDiscarded : bool
function get IsDiscarded () : boolean

属性值

类型:System.Boolean
true ,则放弃当前节点;否则,false。

.NET Framework 安全性

请参见

参考

IVsDataExplorerNode 接口

Microsoft.VisualStudio.Data.Services 命名空间