C# Class Microsoft.VisualStudio.Editor.Mocks.TextDocumentMock

Inheritance: ITextDocument
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Reload ( ) : ReloadResult
Reload ( EditOptions options ) : ReloadResult
Rename ( string newFilePath ) : void
Save ( ) : void
SaveAs ( string filePath, bool overwrite ) : void
SaveAs ( string filePath, bool overwrite, IContentType newContentType ) : void
SaveAs ( string filePath, bool overwrite, bool createFolder ) : void
SaveAs ( string filePath, bool overwrite, bool createFolder, IContentType newContentType ) : void
SaveCopy ( string filePath, bool overwrite ) : void
SaveCopy ( string filePath, bool overwrite, bool createFolder ) : void
SetEncoderFallback ( EncoderFallback fallback ) : void
TextDocumentMock ( ITextBuffer textBuffer, string filePath ) : System
UpdateDirtyState ( bool isDirty, System.DateTime lastContentModifiedTime ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Reload() public méthode

public Reload ( ) : ReloadResult
Résultat ReloadResult

Reload() public méthode

public Reload ( EditOptions options ) : ReloadResult
options EditOptions
Résultat ReloadResult

Rename() public méthode

public Rename ( string newFilePath ) : void
newFilePath string
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

SaveAs() public méthode

public SaveAs ( string filePath, bool overwrite ) : void
filePath string
overwrite bool
Résultat void

SaveAs() public méthode

public SaveAs ( string filePath, bool overwrite, IContentType newContentType ) : void
filePath string
overwrite bool
newContentType IContentType
Résultat void

SaveAs() public méthode

public SaveAs ( string filePath, bool overwrite, bool createFolder ) : void
filePath string
overwrite bool
createFolder bool
Résultat void

SaveAs() public méthode

public SaveAs ( string filePath, bool overwrite, bool createFolder, IContentType newContentType ) : void
filePath string
overwrite bool
createFolder bool
newContentType IContentType
Résultat void

SaveCopy() public méthode

public SaveCopy ( string filePath, bool overwrite ) : void
filePath string
overwrite bool
Résultat void

SaveCopy() public méthode

public SaveCopy ( string filePath, bool overwrite, bool createFolder ) : void
filePath string
overwrite bool
createFolder bool
Résultat void

SetEncoderFallback() public méthode

public SetEncoderFallback ( EncoderFallback fallback ) : void
fallback System.Text.EncoderFallback
Résultat void

TextDocumentMock() public méthode

public TextDocumentMock ( ITextBuffer textBuffer, string filePath ) : System
textBuffer ITextBuffer
filePath string
Résultat System

UpdateDirtyState() public méthode

public UpdateDirtyState ( bool isDirty, System.DateTime lastContentModifiedTime ) : void
isDirty bool
lastContentModifiedTime System.DateTime
Résultat void