IVsDataExplorerNode.CanRename, propriété
Obtient une valeur indiquant si la commande Renommer est prise en charge sur le nœud.
Espace de noms : Microsoft.VisualStudio.Data.Services
Assembly : Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Déclaration
ReadOnly Property CanRename As Boolean
bool CanRename { get; }
property bool CanRename {
bool get ();
}
abstract CanRename : bool with get
function get CanRename () : boolean
Valeur de propriété
Type : Boolean
true si la commande Renommer est pris en charge ; sinon, false.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.