ShapeElement.NavigateTo 方法
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)
語法
'宣告
Protected Function NavigateTo ( _
newFocusItem As DiagramItem, _
selection As SelectedShapesCollection _
) As Boolean
protected bool NavigateTo(
DiagramItem newFocusItem,
SelectedShapesCollection selection
)
參數
- newFocusItem
類型:Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
應該是新焦點的圖案或欄位。
- selection
類型:Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection
要在其中變更焦點的選取範圍。
傳回值
類型:System.Boolean
如果項目狀態的焦點已變更,則為 true,否則為 false。
備註
SelectedShapesCollection 是的 DiagramItems 集合。 DiagramItem 可能參考 ShapeElement;或者在 ShapeElement 內的 ShapeField;或者在 LinkShape 內的 LineSegment。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。