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 span over which tags have changed.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public Property Span As IMappingSpan
public IMappingSpan Span { get; private set; }
public:
property IMappingSpan^ Span {
IMappingSpan^ get ();
private: void set (IMappingSpan^ value);
}
member Span : IMappingSpan with get, private set
function get Span () : IMappingSpan
private function set Span (value : IMappingSpan)
Property Value
Type: Microsoft.VisualStudio.Text.IMappingSpan
The span over which tags 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.