TextRange.StartPoint Property

Definition

Gets the EditPoint object representing the beginning of the text document, or the first displayed character of the pane.

public:
 property EnvDTE::EditPoint ^ StartPoint { EnvDTE::EditPoint ^ get(); };
public:
 property EnvDTE::EditPoint ^ StartPoint { EnvDTE::EditPoint ^ get(); };
[System.Runtime.InteropServices.DispId(3)]
public EnvDTE.EditPoint StartPoint { [System.Runtime.InteropServices.DispId(3)] get; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
member this.StartPoint : EnvDTE.EditPoint
Public ReadOnly Property StartPoint As EditPoint

Property Value

A EditPoint object.

Attributes

Applies to