Delen via


ToolCommand.ToString Method

Returns the name of this command.

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

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As ToolCommand 
Dim returnValue As String 

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
public override function ToString() : String

Return Value

Type: System.String
The name of this command.

Remarks

If this command has no name, this method returns base.ToString();.

.NET Framework Security

See Also

Reference

ToolCommand Class

ToolCommand Members

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Tool Architecture

Understanding WPF Designer Extensibility