CodePaneClass.GetSelection(Int32, Int32, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public virtual void GetSelection (out int StartLine, out int StartColumn, out int EndLine, out int EndColumn);
abstract member GetSelection : int * int * int * int -> unit
override this.GetSelection : int * int * int * int -> unit
Public Overridable Sub GetSelection (ByRef StartLine As Integer, ByRef StartColumn As Integer, ByRef EndLine As Integer, ByRef EndColumn As Integer)
Parameters
- StartLine
- Int32
- StartColumn
- Int32
- EndLine
- Int32
- EndColumn
- Int32