IVsDataExplorerNode.CanRename (Propiedad)

Obtiene un valor que indica si se admite el comando cambiar nombre del nodo.

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

Sintaxis

'Declaración
ReadOnly Property CanRename As Boolean
bool CanRename { get; }
property bool CanRename {
    bool get ();
}
abstract CanRename : bool
function get CanRename () : boolean

Valor de propiedad

Tipo: System.Boolean
true si admiten el comando cambiar nombre; si no, false.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataExplorerNode Interfaz

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