IPropertyStoreGetAt Method
Gets a property key from an item's array of properties.
Namespace: DevCase.Win32.InterfacesAssembly: 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
)
<PreserveSigAttribute>
Function GetAt (
propertyIndex As UInteger,
<OutAttribute> ByRef refPropertyKey As PropertyKey
) As HResult
Dim instance As IPropertyStore
Dim propertyIndex As UInteger
Dim refPropertyKey As PropertyKey
Dim returnValue As HResult
returnValue = instance.GetAt(propertyIndex,
refPropertyKey)
[PreserveSigAttribute]
HResult GetAt(
[InAttribute] unsigned int propertyIndex,
[OutAttribute] PropertyKey% refPropertyKey
)
[<PreserveSigAttribute>]
abstract GetAt :
propertyIndex : uint32 *
refPropertyKey : PropertyKey byref -> HResult
No code example is currently available or this language may not be supported.
- 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.
HResult
If the method succeeds, it returns
S_OK.
If it fails, it returns an
HResult value.