Compartir a través de


IVsDataExplorerNode.FullNameEquals (Método)

验证当前节点的全名。

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

Sintaxis

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

Parámetros

  • otherFullName
    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)