A Sandcastle Documented Class Library
ITextViewGetLine Method |
Returns the Nth ITextView buffer line.
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
string GetLine( int line )
Function GetLine ( line As Integer ) As String
String^ GetLine( int line )
abstract GetLine : line : int -> string
Parameters
- line
- Type: SystemInt32
Line number to get
Return Value
Type: String[Missing <returns> documentation for "M:AdiIRCAPIv2.Interfaces.ITextView.GetLine(System.Int32)"]
See Also