IItemProperties::ItemProperties Property
.NET Framework (current version)
Gets a collection that contains information about the properties that are available on the items in a collection.
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
Available since 3.0
Show: