IVsDataExplorerNode.IsDiscarded Property

Gets a value indicating whether the current node is discarded.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

ReadOnly Property IsDiscarded As Boolean

Dim instance As IVsDataExplorerNode
Dim value As Boolean

value = instance.IsDiscarded
bool IsDiscarded { get; }
property bool IsDiscarded {
    bool get ();
}
function get IsDiscarded () : boolean

Property Value

Type: System.Boolean

true if the current node is discarded; otherwise, false.

Permissions

See Also

Reference

IVsDataExplorerNode Interface

IVsDataExplorerNode Members

Microsoft.VisualStudio.Data.Services Namespace