메소드 | 설명 | |
---|---|---|
CanBeSavedInCurrentEncoding ( this textBuffer ) : bool |
Checks if file contents can be saved to disk in the current encoding without data loss.
|
|
GetEncoding ( this textBuffer ) : |
Checks if file contents can be saved to disk in the current encoding without data loss.
|
|
GetFilePath ( this textBuffer ) : string | ||
IsContentEqualsOrdinal ( this textBuffer, ITrackingSpan span1, ITrackingSpan span2 ) : bool | ||
IsConververtibleTo ( this textBuffer, |
Checks if file contents can be represented in the specified encoding without data loss.
|
|
Save ( this textBuffer, |
||
ToTextDocument ( this textBuffer ) : ITextDocument |
public static CanBeSavedInCurrentEncoding ( this textBuffer ) : bool | ||
textBuffer | this | |
리턴 | bool |
public static GetEncoding ( this textBuffer ) : |
||
textBuffer | this | |
리턴 |
public static GetFilePath ( this textBuffer ) : string | ||
textBuffer | this | |
리턴 | string |
public static IsContentEqualsOrdinal ( this textBuffer, ITrackingSpan span1, ITrackingSpan span2 ) : bool | ||
textBuffer | this | |
span1 | ITrackingSpan | |
span2 | ITrackingSpan | |
리턴 | bool |
public static IsConververtibleTo ( this textBuffer, |
||
textBuffer | this | |
encoding | ||
리턴 | bool |
public static Save ( this textBuffer, |
||
textBuffer | this | |
encoding | ||
리턴 | void |
public static ToTextDocument ( this textBuffer ) : ITextDocument | ||
textBuffer | this | |
리턴 | ITextDocument |