RegionsChangedEventArgs Constructor
Initializes a new instance of RegionsChangedEventArgs with the specified SnapshotSpan.
Namespace: Microsoft.VisualStudio.Text.Outlining
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Sub New ( _
affectedSpan As SnapshotSpan _
)
public RegionsChangedEventArgs(
SnapshotSpan affectedSpan
)
public:
RegionsChangedEventArgs(
SnapshotSpan affectedSpan
)
new :
affectedSpan:SnapshotSpan -> RegionsChangedEventArgs
public function RegionsChangedEventArgs(
affectedSpan : SnapshotSpan
)
Parameters
affectedSpan
Type: Microsoft.VisualStudio.Text.SnapshotSpanThe SnapshotSpan over which collapsible regions have changed.
.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.