TaskMenuCommand Class

 

Represents a menu command entry on the context menu for a validation item in the error list.

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


public ref class TaskMenuCommand abstract 

NameDescription
System_CAPS_protmethodTaskMenuCommand()

Constructor.

System_CAPS_protmethodTaskMenuCommand(Int32)

Constructor.

NameDescription
System_CAPS_pubpropertyMenuText

Gets the text associated with this menu command entry

System_CAPS_pubpropertyPriority

Indicates the priority of the command. Commands with lower numbers are shown earlier in the list, and the first command is executed on double-click.

NameDescription
System_CAPS_pubmethodDoCommand()

Executes the command.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: