IVsDataExplorerConnection.FindNode Method (String, Boolean)
Retrieves the connection node from Server Explorer based on its name. Optionally, searches unexpanded nodes that are not populated.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Function FindNode ( _
fullName As String, _
searchUnpopulatedChildren As Boolean _
) As IVsDataExplorerNode
IVsDataExplorerNode FindNode(
string fullName,
bool searchUnpopulatedChildren
)
IVsDataExplorerNode^ FindNode(
String^ fullName,
bool searchUnpopulatedChildren
)
abstract FindNode :
fullName:string *
searchUnpopulatedChildren:bool -> IVsDataExplorerNode
function FindNode(
fullName : String,
searchUnpopulatedChildren : boolean
) : IVsDataExplorerNode
Parameters
fullName
Type: System.StringThe name of the connection node to get.
searchUnpopulatedChildren
Type: System.BooleanA Boolean value indicating whether to search nodes that have never been expanded and are thus not populated.
Return Value
Type: Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
An IVsDataExplorerNode object representing the requested connection node in Server 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.