ShapeSubField.NavigateToPrevious Method

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Overridable Function NavigateToPrevious ( _
    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.NavigateToPrevious(parentShape, _
    parentField, selection)
public virtual bool NavigateToPrevious(
    ShapeElement parentShape,
    ShapeField parentField,
    SelectedShapesCollection selection
)
public:
virtual bool NavigateToPrevious(
    ShapeElement^ parentShape, 
    ShapeField^ parentField, 
    SelectedShapesCollection^ selection
)
public function NavigateToPrevious(
    parentShape : ShapeElement, 
    parentField : ShapeField, 
    selection : SelectedShapesCollection
) : boolean

Parameters

Return Value

Type: System.Boolean

Permissions

See Also

Reference

ShapeSubField Class

ShapeSubField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace