BlockTag.IsImplementation Property

Definition

Determines whether a block is an block region.

public:
 virtual property bool IsImplementation { bool get(); };
public:
 virtual property bool IsImplementation { bool get(); };
public virtual bool IsImplementation { get; }
member this.IsImplementation : bool
Public Overridable ReadOnly Property IsImplementation As Boolean

Property Value

Implements

Remarks

Implementation blocks are the blocks of code following a method definition. They are used for commands such as the Visual Studio Collapse to Definition command, which hides the implementation block and leaves only the method definition exposed.

Applies to