Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.String
The name of the connection node to get.
- searchUnpopulatedChildren
Type: System.Boolean
A 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.