ModelElementLocator Class

 

Helper class for working with model element references.

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::ModelElementLocator

public ref class ModelElementLocator 

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFindAndOpenDocView(Guid, Diagram^)

Finds a ModelingDocView displaying this diagam. If the DocView cannot be found in already-opened views, then open the views on each candidate DocData. May return null.

System_CAPS_pubmethodFindDocView(Guid, Diagram^)

Finds a ModelingDocView displaying this diagam (if one exists). May return null.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodNavigateTo(Guid, Diagram^)

Open the specified diagram.

System_CAPS_pubmethodNavigateTo(Guid, Diagram^, ICollection<DiagramItem^>^)

Display the target diagram and select the target shapes. The first shape in the list is the primary selection.

System_CAPS_pubmethodNavigateTo(Guid, DiagramItem^, ICollection<DiagramItem^>^)

Display the targetShape's diagram and select the shape (extend the selection to include the extendedSelection.)

System_CAPS_pubmethodNavigateTo(Guid, DiagramItem^, ICollection<DiagramItem^>^, Boolean)

Display the targetShape's diagram and, if desired, select the shape (extend the selection to include the extendedSelection.)

System_CAPS_pubmethodNavigateTo(Guid, ShapeElement^)

Display and select the specified shape.

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: