IDatabaseProjectNode.FindNode Method
Returns a file that is specified by its full path.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Function FindNode ( _
fullPath As String _
) As IDatabaseNode
IDatabaseNode FindNode(
string fullPath
)
IDatabaseNode^ FindNode(
String^ fullPath
)
abstract FindNode :
fullPath:string -> IDatabaseNode
function FindNode(
fullPath : String
) : IDatabaseNode
Parameters
- fullPath
Type: System.String
The full path of the file.
Return Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseNode
The node, or null, if the file is not found.
.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
IDatabaseProjectNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace