Share via


RolePlayerMenuCommand.ToString Method

Returns a string that represents the current object.

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As RolePlayerMenuCommand 
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
A string that represents the current object.

Remarks

By default, this method returns the name of the command.

.NET Framework Security

See Also

Reference

RolePlayerMenuCommand Class

RolePlayerMenuCommand Members

Microsoft.VisualStudio.Modeling.Design Namespace

MenuText

Change History

Date

History

Reason

July 2008

Added topic.

Content bug fix.