TextRange.StartPoint Property
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.
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