PredefinedTextViewRoles.Document 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 predefined Document role. Applies to text views of entities, typically stored in files, that have a definite first line and last line. This excludes entities such as output logs or textual displays of data that are presented in a form.
public: System::String ^ Document;
std::wstring Document;
public const string Document;
val mutable Document : string
Public Const Document As String