IPropertyStoreGetAt Method

Gets a property key from an item's array of properties.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[PreserveSigAttribute]
HResult GetAt(
	uint propertyIndex,
	out PropertyKey refPropertyKey
)

Parameters

propertyIndex  UInt32
The index of the property key in the array of PropertyKey structures. This is a zero-based index.
refPropertyKey  PropertyKey
When this method returns, contains a PropertyKey structure that receives the unique identifier for a property.

Return Value

HResult
If the method succeeds, it returns S_OK. If it fails, it returns an HResult value.

See Also