Propriedade MenuBase.Name

Obtém ou define o identificador exclusivo para o item de menu.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Public Property Name As String
    Get
    Set
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String
function set Name (value : String)

Valor de propriedade

Tipo: System.String
O identificador exclusivo para o item de menu.

Segurança do .NET Framework

Consulte também

Referência

MenuBase Classe

Namespace Microsoft.Windows.Design.Interaction

Outros recursos

Extensibilidade do WPF Designer