StandardTableColumnDefinitions.DocumentName 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 document name associated with the entry.
public: System::String ^ DocumentName;
std::wstring DocumentName;
public const string DocumentName;
val mutable DocumentName : string
Public Const DocumentName As String
Field Value
Remarks
This column uses the DocumentName key name in an entry.
This column displays only the file name GetFileName(String) in the column.
The full path is displayed as a tool tip on the column (and is used when copying the column's contents).