StandardTableColumnDefinitions2.Extension Field
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.
The column used to display the extension of a file.
public: System::String ^ Extension;
public const string Extension;
val mutable Extension : string
Public Const Extension As String
Field Value
Remarks
This column uses DisplayPath (if specified, or DocumentName if not) to get the entry's file name and then gets the extension from that.