次の方法で共有


IVsDataExplorerConnection.FindNode Method (String)

Retrieves the connection node from Server Explorer based on its name.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Function FindNode ( _
    fullName As String _
) As IVsDataExplorerNode
'Usage
Dim instance As IVsDataExplorerConnection 
Dim fullName As String 
Dim returnValue As IVsDataExplorerNode 

returnValue = instance.FindNode(fullName)
IVsDataExplorerNode FindNode(
    string fullName
)
IVsDataExplorerNode^ FindNode(
    String^ fullName
)
function FindNode(
    fullName : String
) : IVsDataExplorerNode

Parameters

  • fullName
    Type: System.String

    The name of the requested connection node.

Return Value

Type: Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
An IVsDataExplorerNode object representing the requested connection node in Server Explorer.

Remarks

This method delegates to the FindNode method and passes the fullName parameter as the string argument and false as the Boolean argument.

.NET Framework Security

See Also

Reference

IVsDataExplorerConnection Interface

IVsDataExplorerConnection Members

FindNode Overload

Microsoft.VisualStudio.Data.Services Namespace