English | 日本語
Home > Merge > Merge for Windows > Documentation Contents > IFileSystemItemVersionInformation Interface

IFileSystemItemVersionInformation Interface

This interface is implemented by a file system item component to provide version information for a file system item. This information is used for visual purposes only.

Properties

Version

IDL [propget] HRESULT Version([out, retval] BSTR* pValue)
.NET String Version[get]
VB6 Version As String

A human-readable version that can be concatenated to a file system item name to provide the user with extra information about the item.

The property is read-only.