CommandID::ToString Method ()

 

Returns a String that represents the current object.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

public:
virtual String^ ToString() override

Return Value

Type: System::String^

A string that contains the command ID information, both the GUID and integer identifier.

This method returns a string that contains the significant information of the CommandID, a concatenation that consists of the menu group GUID and the numeric ID for the CommandID.

NamedPermissionSet

for full access to system resources. Demand values: LinkDemand, InheritanceDemand. Associated state:

.NET Framework
Available since 1.1
Return to top
Show: