Share via


ElementListCompartment.Items Property

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

Syntax

'Declaration
Public Property Items As IList
'Usage
Dim instance As ElementListCompartment 
Dim value As IList 

value = instance.Items

instance.Items = value
public IList Items { get; internal set; }
public:
property IList^ Items {
    IList^ get ();
    void set (IList^ value);
}
public function get Items () : IList 
public function set Items (value : IList)

Property Value

Type: System.Collections.IList

.NET Framework Security

See Also

Reference

ElementListCompartment Class

ElementListCompartment Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace