NavigateToModelExplorerTreeNodeCommand Class

 

Validation navigation command that navigates to the model explorer window.

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

System::Object
  Microsoft.VisualStudio.Modeling.Shell::TaskMenuCommand
    Microsoft.VisualStudio.Modeling.Shell::NavigateToModelExplorerTreeNodeCommand

[CLSCompliantAttribute(false)]
public ref class NavigateToModelExplorerTreeNodeCommand : TaskMenuCommand

NameDescription
System_CAPS_pubpropertyMenuText

Text displayed in the menu.(Overrides TaskMenuCommand::MenuText.)

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.(Inherited from TaskMenuCommand.)

NameDescription
System_CAPS_pubmethodDoCommand()

Performs the navigation command.(Overrides TaskMenuCommand::DoCommand().)

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: