RegionsChangedEventArgs.AffectedSpan Property
Gets the SnapshotSpan over which collapsible spans have changed.
Namespace: Microsoft.VisualStudio.Text.Outlining
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'宣言
Public Property AffectedSpan As SnapshotSpan
Get
Private Set
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)
Property Value
Type: Microsoft.VisualStudio.Text.SnapshotSpan
The SnapshotSpan over which collapsible spans 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.