In This Article

ShellPropertyCollection Class

Implements a collection of IShellProperty objects.

public class ShellPropertyCollection : ObservableCollection<IShellProperty>
Inheritance:
object Collection<IShellProperty> ObservableCollection<IShellProperty> object

Constructors

ShellPropertyCollection()

Initializes an instance of the class.

public ShellPropertyCollection()

Methods

IndexOfKey(object)

Returns the index of the property with the specified key.

public int IndexOfKey(object key)
Parameter Type Description
key object

The key for which to search.

Returns

int:

The index of the property with the specified key.

Inherited Members