FileTextLoader Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public ref class FileTextLoader : Microsoft::CodeAnalysis::TextLoader
[System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(), nq}")]
public class FileTextLoader : Microsoft.CodeAnalysis.TextLoader
[<System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(), nq}")>]
type FileTextLoader = class
inherit TextLoader
Public Class FileTextLoader
Inherits TextLoader
- Héritage
- Attributs
Constructeurs
FileTextLoader(String, Encoding) |
Crée un chargeur de contenu pour le fichier spécifié. |
Propriétés
DefaultEncoding |
Spécifie un encodage à utiliser si l’encodage réel du fichier ne peut pas être déterminé à partir du contenu du flux (le flux ne commence pas par marque d’ordre d’octet).
Si |
Path |
Chemin absolu du fichier. |
Méthodes
CreateText(Stream, Workspace) |
Crée SourceText à partir de Stream. |
LoadTextAndVersionAsync(LoadTextOptions, CancellationToken) |
Chargez un texte et une version du document dans l’espace de travail. |
LoadTextAndVersionAsync(LoadTextOptions, CancellationToken) |
Chargez un texte et une version du document. (Hérité de TextLoader) |
LoadTextAndVersionAsync(Workspace, DocumentId, CancellationToken) |
Obsolète.
Chargez un texte et une version du document dans l’espace de travail. |