IOutliningRegionTag.IsImplementation 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.
Determines whether a region is an implementation region.
public:
property bool IsImplementation { bool get(); };
public:
property bool IsImplementation { bool get(); };
public bool IsImplementation { get; }
member this.IsImplementation : bool
Public ReadOnly Property IsImplementation As Boolean
Property Value
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.