Share via


IOutliningRegionTag.IsImplementation Property

Determines whether a region is an implementation region.

Namespace:  Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
ReadOnly Property IsImplementation As Boolean
bool IsImplementation { get; }
property bool IsImplementation {
    bool get ();
}
abstract IsImplementation : bool with get
function get IsImplementation () : boolean

Property Value

Type: Boolean
true if a region is an implementation region, otherwise false.

Remarks

Implementation regions 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 region and leaves only the method definition exposed.

.NET Framework Security

See Also

Reference

IOutliningRegionTag Interface

Microsoft.VisualStudio.Text.Tagging Namespace