IFileHandler.GetProperties(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieve the properties from the file.
public System.Collections.ObjectModel.ReadOnlyCollection<System.Collections.Generic.KeyValuePair<string,string>> GetProperties (uint version);
abstract member GetProperties : uint32 -> System.Collections.ObjectModel.ReadOnlyCollection<System.Collections.Generic.KeyValuePair<string, string>>
Public Function GetProperties (version As UInteger) As ReadOnlyCollection(Of KeyValuePair(Of String, String))
Parameters
- version
- UInt32
The version of the properties.
Returns
The properties of the file.