IDatabaseReferenceNode.IsRemoved Property
Gets whether this node is in the process of being removed from the project.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
ReadOnly Property IsRemoved As Boolean
Get
'Usage
Dim instance As IDatabaseReferenceNode
Dim value As Boolean
value = instance.IsRemoved
bool IsRemoved { get; }
property bool IsRemoved {
bool get ();
}
function get IsRemoved () : boolean
abstract IsRemoved : bool
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseReferenceNode Interface
IDatabaseReferenceNode Members
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace