SelectAction.IsDiagramSelectedOnly(SelectedShapesCollection) Methode

Definition

Ruft einen Wert ab, der angibt, ob das Diagramm das einzige ausgewählte Element in der Auswahl ist.

protected:
 static bool IsDiagramSelectedOnly(Microsoft::VisualStudio::Modeling::Diagrams::SelectedShapesCollection ^ selection);
protected static bool IsDiagramSelectedOnly (Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection selection);
static member IsDiagramSelectedOnly : Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection -> bool
Protected Shared Function IsDiagramSelectedOnly (selection As SelectedShapesCollection) As Boolean

Parameter

selection
SelectedShapesCollection

Die aktuelle Auswahl.

Gibt zurück

Boolean

true, wenn das Diagramm das einzige ausgewählte Element in der Auswahl ist. Andernfalls „false“.

Gilt für