Share via


SelectedShapesCollection.TopLevelItems Property

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

Syntax

'Declaration
Public ReadOnly Property TopLevelItems As DiagramItemCollection
'Usage
Dim instance As SelectedShapesCollection 
Dim value As DiagramItemCollection 

value = instance.TopLevelItems
public DiagramItemCollection TopLevelItems { get; }
public:
property DiagramItemCollection^ TopLevelItems {
    DiagramItemCollection^ get ();
}
public function get TopLevelItems () : DiagramItemCollection

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemCollection

.NET Framework Security

See Also

Reference

SelectedShapesCollection Class

SelectedShapesCollection Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace