ShapeElement::DetermineHighlightShape Method (ShapeElement^)

 

Finds the highlighted shape in a chain of shapes.

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

protected:
virtual ShapeElement^ DetermineHighlightShape(
	ShapeElement^ shape
)

Parameters

shape
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

The shape at which to start the search.

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

The highlighted shape or null if no shape is highlighted.

Return to top
Show: