IAttachedCollectionSource::Items Property

 

Gets (and creates, if necessary) the collection of items associatedwith this IAttachedCollectionSource.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)

property IEnumerable^ Items {
	IEnumerable^ get();
}

Property Value

Type: System.Collections::IEnumerable^

Returns IEnumerable.

Return to top
Show: