TextViewHostOptionExtensions.IsOutliningMarginEnabled Method
Determines whether the outlining margin is enabled with the specified set of editor options.
Namespace: Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
'Déclaration
<ExtensionAttribute> _
Public Shared Function IsOutliningMarginEnabled ( _
options As IEditorOptions _
) As Boolean
public static bool IsOutliningMarginEnabled(
this IEditorOptions options
)
[ExtensionAttribute]
public:
static bool IsOutliningMarginEnabled(
IEditorOptions^ options
)
static member IsOutliningMarginEnabled :
options:IEditorOptions -> bool
public static function IsOutliningMarginEnabled(
options : IEditorOptions
) : boolean
- options
Type: Microsoft.VisualStudio.Text.Editor.IEditorOptions
The set of editor options.
Type: System.Boolean
true if the Outlining margin is enabled, otherwise false.
In Visual Basic and C#, you can call this method as an instance method on any object of type IEditorOptions. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Disabling the margin does not turn off outlining, it just hides the margin.
- 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.
TextViewHostOptionExtensions Class
Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods Namespace