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
Get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.