Method | Description | |
---|---|---|
GetLineNumberFromPosition ( int position ) : int | ||
GetText ( TextSpan textSpan ) : string | ||
VisualStudioSourceText ( ITextSnapshot snapshot, string filename ) : System | ||
this ( int index ) : char |
public GetLineNumberFromPosition ( int position ) : int | ||
position | int | |
return | int |
public GetText ( TextSpan textSpan ) : string | ||
textSpan | TextSpan | |
return | string |
public VisualStudioSourceText ( ITextSnapshot snapshot, string filename ) : System | ||
snapshot | ITextSnapshot | |
filename | string | |
return | System |