ElementListCompartment.Items Property
Gets the model elements to be displayed in the list.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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: IList
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.