Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
'Declaration
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.Booleantrue 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.