Share via


ElementListCompartment.Items Property

Gets the model elements to be displayed in the list.

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

Syntax

'Declaration
Public Property Items As IList
public IList Items { get; internal set; }
public:
property IList^ Items {
    IList^ get ();
    internal: void set (IList^ value);
}
member Items : IList with get, internal set
function get Items () : IList
internal function set Items (value : IList)

Property Value

Type: System.Collections.IList

.NET Framework Security

See Also

Reference

ElementListCompartment Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace