Partager via


RegionsChangedEventArgs.AffectedSpan, propriété

Obtient le SnapshotSpan pour lequel les étendues réductibles ont changé.

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

Syntaxe

'Déclaration
Public Property AffectedSpan As SnapshotSpan
public SnapshotSpan AffectedSpan { get; private set; }
public:
property SnapshotSpan AffectedSpan {
    SnapshotSpan get ();
    private: void set (SnapshotSpan value);
}
member AffectedSpan : SnapshotSpan with get, private set
function get AffectedSpan () : SnapshotSpan 
private function set AffectedSpan (value : SnapshotSpan)

Valeur de propriété

Type : Microsoft.VisualStudio.Text.SnapshotSpan
SnapshotSpan sur les étendues réductibles ont changé.

Sécurité .NET Framework

Voir aussi

Référence

RegionsChangedEventArgs Classe

Microsoft.VisualStudio.Text.Outlining, espace de noms