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
- 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.