ModelElementLocator.NavigateTo – metoda (Guid, Diagram, ICollection<DiagramItem>)
Terčový diagram zobrazit a vyberte cílového obrazce.První obrazec v seznamu je primární.
Obor názvů: Microsoft.VisualStudio.Modeling.Shell
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntaxe
'Deklarace
Public Function NavigateTo ( _
logicalView As Guid, _
targetDiagram As Diagram, _
targetSelection As ICollection(Of DiagramItem) _
) As Boolean
public bool NavigateTo(
Guid logicalView,
Diagram targetDiagram,
ICollection<DiagramItem> targetSelection
)
Parametry
- logicalView
Typ: System.Guid
- targetDiagram
Typ: Microsoft.VisualStudio.Modeling.Diagrams.Diagram
- targetSelection
Typ: System.Collections.Generic.ICollection<DiagramItem>
Kolekce ShapeElements na targetDiagram.
Vrácená hodnota
Typ: System.Boolean
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.