다음을 통해 공유


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

‘선언
ReadOnly Property IsImplementation As Boolean
bool IsImplementation { get; }
property bool IsImplementation {
    bool get ();
}
abstract IsImplementation : bool
function get IsImplementation () : boolean

Property Value

Type: System.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