Edit

Share via


IFileHandler.GetProperties(UInt32) Method

Definition

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.

Applies to