EvaluationError.StartPosition 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.
Start position where the error is found
public:
property int StartPosition { int get(); };
public:
property int StartPosition { int get(); };
public int StartPosition { get; }
member this.StartPosition : int
Public ReadOnly Property StartPosition As Integer