Compartir a través de


IVsDataExplorerNode.NameEquals (Método)

验证当前节点的名称。

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
Function NameEquals ( _
    otherName As String _
) As Boolean
bool NameEquals(
    string otherName
)
bool NameEquals(
    String^ otherName
)
abstract NameEquals : 
        otherName:string -> bool
function NameEquals(
    otherName : String
) : boolean

Parámetros

  • otherName
    Tipo: String

    检查的节点名称。

Valor devuelto

Tipo: Boolean
true ,则当前节点名称与指定的名称;否则,返回 false。

Seguridad de .NET Framework

Vea también

Referencia

IVsDataExplorerNode Interfaz

Microsoft.VisualStudio.Data.Services (Espacio de nombres)