Delen via


ToolCommand.Name Property

Gets the name of this command.

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

Syntax

'Declaration
Public ReadOnly Property Name As String
'Usage
Dim instance As ToolCommand 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
public function get Name () : String

Property Value

Type: System.String
A string representing the name of this command, or an empty string if the command has no name.

.NET Framework Security

See Also

Reference

ToolCommand Class

ToolCommand Members

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Tool Architecture

Understanding WPF Designer Extensibility