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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.