Partager via


RegionsChangedEventArgs, constructeur

Initialise une nouvelle instance de la classe RegionsChangedEventArgs avec le SnapshotSpan spécifié.

Espace de noms :  Microsoft.VisualStudio.Text.Outlining
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    affectedSpan As SnapshotSpan _
)
public RegionsChangedEventArgs(
    SnapshotSpan affectedSpan
)
public:
RegionsChangedEventArgs(
    SnapshotSpan affectedSpan
)
new : 
        affectedSpan:SnapshotSpan -> RegionsChangedEventArgs
public function RegionsChangedEventArgs(
    affectedSpan : SnapshotSpan
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

RegionsChangedEventArgs Classe

Microsoft.VisualStudio.Text.Outlining, espace de noms