IPropertyStore Interface
Exposes methods for enumerating, getting, and setting property values.
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.
[ComImportAttribute]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("886D8EEB-8CF2-4446-8D02-CDBA1DBDCF99")]
public interface IPropertyStore
<ComImportAttribute>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("886D8EEB-8CF2-4446-8D02-CDBA1DBDCF99")>
Public Interface IPropertyStore
Dim instance As IPropertyStore
[ComImportAttribute]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"886D8EEB-8CF2-4446-8D02-CDBA1DBDCF99")]
public interface class IPropertyStore
[<ComImportAttribute>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("886D8EEB-8CF2-4446-8D02-CDBA1DBDCF99")>]
type IPropertyStore = interface end
No code example is currently available or this language may not be supported.
Commit
|
Saves a property change.
|
GetAt
|
Gets a property key from an item's array of properties.
|
GetCount
|
Gets the number of properties attached to the file.
|