ModelElementLocator.NavigateTo 方法 (Guid, DiagramItem, ICollection<DiagramItem>)
顯示 targetShape 的圖表,並選取圖案 (延伸選取範圍以包括 extendedSelection)。
命名空間: Microsoft.VisualStudio.Modeling.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)
語法
'宣告
Public Function NavigateTo ( _
logicalView As Guid, _
diagramItem As DiagramItem, _
extendedSelection As ICollection(Of DiagramItem) _
) As Boolean
public bool NavigateTo(
Guid logicalView,
DiagramItem diagramItem,
ICollection<DiagramItem> extendedSelection
)
參數
- logicalView
類型:System.Guid
- diagramItem
類型:Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
要選取的圖形。
- extendedSelection
類型:System.Collections.Generic.ICollection<DiagramItem>
也要選取的 ShapeElements 的集合。可以是空白清單或 null。
傳回值
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。