Share via


ItemDeletedEventArgs.GetDeletedNode Method

Gets the deleted node.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Function GetDeletedNode ( _
    <OutAttribute> ByRef node As IDatabaseNode _
) As Boolean
'Usage
Dim instance As ItemDeletedEventArgs
Dim node As IDatabaseNode
Dim returnValue As Boolean

returnValue = instance.GetDeletedNode(node)
public bool GetDeletedNode(
    out IDatabaseNode node
)
public:
bool GetDeletedNode(
    [OutAttribute] IDatabaseNode^% node
)
public function GetDeletedNode(
    node : IDatabaseNode
) : boolean
member GetDeletedNode : 
        node:IDatabaseNode -> bool 

Parameters

Return Value

Type: System.Boolean
Returns true if the node can still be retrieved from the Solution Explorer; otherwise it is false.

.NET Framework Security

See Also

Reference

ItemDeletedEventArgs Class

ItemDeletedEventArgs Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace