SelectAction::IsDiagramSelectedOnly Method (SelectedShapesCollection^)

 

Gets a value indicating whether the diagram is the only selected item in the selection.

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

protected:
static bool IsDiagramSelectedOnly(
	SelectedShapesCollection^ selection
)

Parameters

selection
Type: Microsoft.VisualStudio.Modeling.Diagrams::SelectedShapesCollection^

The current selection.

Return Value

Type: System::Boolean
Return to top
Show: