ElementListCompartment::Items Property

 

Gets the model elements to be displayed in the list.

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

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

Property Value

Type: System.Collections::IList^
Return to top
Show: