Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.