PatternMatch.MatchedSpans Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The spans in the original text that were matched. Only returned if the pattern matcher is asked to collect these spans.
public:
property System::Collections::Immutable::ImmutableArray<Microsoft::VisualStudio::Text::Span> MatchedSpans { System::Collections::Immutable::ImmutableArray<Microsoft::VisualStudio::Text::Span> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Text.Span> MatchedSpans { get; }
public System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Text.Span> MatchedSpans { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.MatchedSpans : System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Text.Span>
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.MatchedSpans : System.Collections.Immutable.ImmutableArray<Microsoft.VisualStudio.Text.Span>
Public ReadOnly Property MatchedSpans As ImmutableArray(Of Span)
Property Value
- Attributes