Share via


BlockLineRange.StartColumn Property

Gets the number of the starting column for the code block. The set accessor is internal only. This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

'Declaration
Public Property StartColumn As UInteger
public uint StartColumn { get; internal set; }
public:
property unsigned int StartColumn {
    unsigned int get ();
    internal: void set (unsigned int value);
}
member StartColumn : uint32 with get, internal set
function get StartColumn () : uint 
internal function set StartColumn (value : uint)

Property Value

Type: UInt32
The number of the starting column for the code block.

.NET Framework Security

See Also

Reference

BlockLineRange Structure

Microsoft.VisualStudio.Coverage.Analysis Namespace