Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Nom de la commande.

Espace de nom : Developpez.Dotnet.Windows.ViewModel
Assembly : Developpez.Dotnet.Windows (dans Developpez.Dotnet.Windows.dll) Version: 0.6.0.0 (0.6.0.0)

Syntaxe

C#
public string CommandName { get; }
Visual Basic (Déclaration)
Public ReadOnly Property CommandName As String
	Get
Visual C++
public:
property String^ CommandName {
	String^ get ();
}

Remarques

Si cette propriété n'est pas spécifiée, le nom de commande utilisé sera XXXCommand (XXX étant le nom de la méthode).

Voir aussi