ProjectUtilities.FindNodeByUrl Method

Returns a specific node given a parent and a full path to the node to find.

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

Syntax

'Declaration
Public Shared Function FindNodeByUrl ( _
    node As IDatabaseNode, _
    fullPath As String _
) As IDatabaseNode
'Usage
Dim node As IDatabaseNode
Dim fullPath As String
Dim returnValue As IDatabaseNode

returnValue = ProjectUtilities.FindNodeByUrl(node, _
    fullPath)
public static IDatabaseNode FindNodeByUrl(
    IDatabaseNode node,
    string fullPath
)
public:
static IDatabaseNode^ FindNodeByUrl(
    IDatabaseNode^ node, 
    String^ fullPath
)
public static function FindNodeByUrl(
    node : IDatabaseNode, 
    fullPath : String
) : IDatabaseNode
static member FindNodeByUrl : 
        node:IDatabaseNode * 
        fullPath:string -> IDatabaseNode 

Parameters

Return Value

Type: Microsoft.VisualStudio.Data.Schema.Project.Project.IDatabaseNode

.NET Framework Security

See Also

Reference

ProjectUtilities Class

ProjectUtilities Members

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