IItemProperties::ItemProperties Property

 

Gets a collection that contains information about the properties that are available on the items in a collection.

Namespace:   System.ComponentModel
Assembly:  WindowsBase (in WindowsBase.dll)

property ReadOnlyCollection<ItemPropertyInfo^>^ ItemProperties {
	ReadOnlyCollection<ItemPropertyInfo^>^ get();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<ItemPropertyInfo^>^

A collection that contains information about the properties that are available on the items in a collection.

.NET Framework
Available since 3.0
Return to top
Show: