SelectedShapesCollection.TopLevelItems Property

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

Syntax

'宣言
Public ReadOnly Property TopLevelItems As DiagramItemCollection
'使用
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

Permissions

See Also

Reference

SelectedShapesCollection Class

SelectedShapesCollection Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace