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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.