DocumentInfo Class
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.
A class that represents all the arguments necessary to create a new document instance.
public ref class DocumentInfo sealed
[System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay() , nq}")]
public sealed class DocumentInfo
[<System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay() , nq}")>]
type DocumentInfo = class
Public NotInheritable Class DocumentInfo
- Inheritance
-
DocumentInfo
- Attributes
Properties
FilePath |
The file path of the document. |
Folders |
The names of the logical nested folders the document is contained in. |
Id |
The Id of the document. |
IsGenerated |
True if the document is a side effect of the build. |
Name |
The name of the document. |
SourceCodeKind |
The kind of the source code. |
TextLoader |
A loader that can retrieve the document text. |
Methods
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.