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 ( |
||
TextDocumentMock ( ITextBuffer textBuffer, string filePath ) : System | ||
UpdateDirtyState ( bool isDirty, System.DateTime lastContentModifiedTime ) : void |
public Reload ( EditOptions options ) : ReloadResult | ||
options | EditOptions | |
Résultat | ReloadResult |
public Rename ( string newFilePath ) : void | ||
newFilePath | string | |
Résultat | void |
public SaveAs ( string filePath, bool overwrite ) : void | ||
filePath | string | |
overwrite | bool | |
Résultat | void |
public SaveAs ( string filePath, bool overwrite, IContentType newContentType ) : void | ||
filePath | string | |
overwrite | bool | |
newContentType | IContentType | |
Résultat | void |
public SaveAs ( string filePath, bool overwrite, bool createFolder ) : void | ||
filePath | string | |
overwrite | bool | |
createFolder | bool | |
Résultat | void |
public SaveAs ( string filePath, bool overwrite, bool createFolder, IContentType newContentType ) : void | ||
filePath | string | |
overwrite | bool | |
createFolder | bool | |
newContentType | IContentType | |
Résultat | void |
public SaveCopy ( string filePath, bool overwrite ) : void | ||
filePath | string | |
overwrite | bool | |
Résultat | void |
public SaveCopy ( string filePath, bool overwrite, bool createFolder ) : void | ||
filePath | string | |
overwrite | bool | |
createFolder | bool | |
Résultat | void |
public SetEncoderFallback ( |
||
fallback | ||
Résultat | void |
public TextDocumentMock ( ITextBuffer textBuffer, string filePath ) : System | ||
textBuffer | ITextBuffer | |
filePath | string | |
Résultat | System |
public UpdateDirtyState ( bool isDirty, System.DateTime lastContentModifiedTime ) : void | ||
isDirty | bool | |
lastContentModifiedTime | System.DateTime | |
Résultat | void |