BlockTag.Level 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 level of nested-ness of the structural block.
public:
virtual property int Level { int get(); };
public:
virtual property int Level { int get(); };
public virtual int Level { get; }
member this.Level : int
Public Overridable ReadOnly Property Level As Integer