NodeRenamedEventArgs.GetRenamedNode Method
Returns the new 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 GetRenamedNode ( _
<OutAttribute> ByRef node As IDatabaseNode _
) As Boolean
public bool GetRenamedNode(
out IDatabaseNode node
)
public:
bool GetRenamedNode(
[OutAttribute] IDatabaseNode^% node
)
member GetRenamedNode :
node:IDatabaseNode byref -> bool
public function GetRenamedNode(
node : IDatabaseNode
) : boolean
Parameters
- node
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseNode%
The new node.
Return Value
Type: System.Boolean
true if the new node still can be found in Solution Explorer
Remarks
If null is returned, the node has been deleted from Solution Explorer.
.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
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace