다음을 통해 공유


IntelliTraceSourceLocation.StartLine Property

Gets the starting line in the file for this source location.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

‘선언
Public Property StartLine As Integer
    Get
    Private Set
public int StartLine { get; private set; }
public:
property int StartLine {
    int get ();
    private: void set (int value);
}
member StartLine : int with get, private set
function get StartLine () : int
private function set StartLine (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IntelliTraceSourceLocation Class

Microsoft.VisualStudio.IntelliTrace Namespace