VsValidationContext.GetDiagramNavigationTargets(ModelElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the list of shapes associated with the referenced model elements, that we can target for navigation.
public:
System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::Diagrams::DiagramItem ^> ^ GetDiagramNavigationTargets(Microsoft::VisualStudio::Modeling::ModelElement ^ modelElement);
public System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem> GetDiagramNavigationTargets (Microsoft.VisualStudio.Modeling.ModelElement modelElement);
member this.GetDiagramNavigationTargets : Microsoft.VisualStudio.Modeling.ModelElement -> System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem>
Public Function GetDiagramNavigationTargets (modelElement As ModelElement) As IList(Of DiagramItem)
Parameters
- modelElement
- ModelElement