OutliningEnabledEventArgs Constructor
Initializes a new instance of OutliningEnabledEventArgs for the specified change.
Namespace: Microsoft.VisualStudio.Text.Outlining
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
‘선언
Public Sub New ( _
enabled As Boolean _
)
public OutliningEnabledEventArgs(
bool enabled
)
public:
OutliningEnabledEventArgs(
bool enabled
)
new :
enabled:bool -> OutliningEnabledEventArgs
public function OutliningEnabledEventArgs(
enabled : boolean
)
Parameters
- enabled
Type: System.Boolean
true if outlining has been enabled, false if it has been disabled.
.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.