Share via


BlockLineRange.BlockIndex Property

 

Gets the index of 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

public uint BlockIndex {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    internal set;
}
public:
property unsigned int BlockIndex {
    [CompilerGeneratedAttribute]
    unsigned int get();
    [CompilerGeneratedAttribute]
    internal: void set(unsigned int value);
}
member BlockIndex : uint32 with get, internal set
Public Property BlockIndex As UInteger
    Get
    Friend Set
End Property

Property Value

Type: System.UInt32

The index of the code block.

See Also

BlockLineRange Structure
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top