Share via


NodeDeletedEventArgs.GetDeletedNode Method

Returns the deleted node.

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

Syntax

'Declaration
Public Function GetDeletedNode ( _
    <OutAttribute> ByRef node As IDatabaseNode _
) As Boolean
public bool GetDeletedNode(
    out IDatabaseNode node
)
public:
bool GetDeletedNode(
    [OutAttribute] IDatabaseNode^% node
)
member GetDeletedNode : 
        node:IDatabaseNode byref -> bool 
public function GetDeletedNode(
    node : IDatabaseNode
) : boolean

Parameters

Return Value

Type: System.Boolean
True if the node can still be retrieved from the solution explorer.

Remarks

If null is returned, the node has already been deleted from Solution Explorer.

.NET Framework Security

See Also

Reference

NodeDeletedEventArgs Class

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