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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.