Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Overridable Function NavigateToLast ( _
parentShape As ShapeElement, _
parentField As ShapeField, _
selection As SelectedShapesCollection _
) As Boolean
'使用
Dim instance As ShapeSubField
Dim parentShape As ShapeElement
Dim parentField As ShapeField
Dim selection As SelectedShapesCollection
Dim returnValue As Boolean
returnValue = instance.NavigateToLast(parentShape, _
parentField, selection)
public virtual bool NavigateToLast(
ShapeElement parentShape,
ShapeField parentField,
SelectedShapesCollection selection
)
public:
virtual bool NavigateToLast(
ShapeElement^ parentShape,
ShapeField^ parentField,
SelectedShapesCollection^ selection
)
public function NavigateToLast(
parentShape : ShapeElement,
parentField : ShapeField,
selection : SelectedShapesCollection
) : boolean
Parameters
- parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
- parentField
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeField
Return Value
Type: System.Boolean
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.