Partager via


IDiagram.SelectedShapes, propriété

La collection de formes qui sont actuellement sélectionnées. Si aucune forme n'est sélectionnée, la collection contiendra le diagramme comme seul membre. Si d'autres formes sont sélectionnées, le diagramme n'apparaîtra pas dans la collection.

Espace de noms :  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly :  Microsoft.VisualStudio.ArchitectureTools.Extensibility (dans Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntaxe

'Déclaration
ReadOnly Property SelectedShapes As IEnumerable(Of IShape)
    Get
IEnumerable<IShape> SelectedShapes { get; }
property IEnumerable<IShape^>^ SelectedShapes {
    IEnumerable<IShape^>^ get ();
}
abstract SelectedShapes : IEnumerable<IShape>
function get SelectedShapes () : IEnumerable<IShape>

Valeur de propriété

Type : System.Collections.Generic.IEnumerable<IShape>

Notes

Pour obtenir une collection de formes filtrées pour inclure uniquement celles de types particuliers et exclure le diagramme, utilisez GetSelectedShapes ().

Sécurité .NET Framework

Voir aussi

Référence

IDiagram Interface

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation, espace de noms