Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
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)
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.