다음을 통해 공유


Source.GetPairExtents Method

Include Protected Members
Include Inherited Members

Gets the text span between a matching pair (or triplet) of language elements.

Overload List

  Name Description
Public method GetPairExtents(IVsTextView, Int32, Int32, TextSpan%) Gets the span between a matching pair of language elements.
Public method GetPairExtents(IVsTextView, Int32, Int32, TextSpan%, TextSpan%) Gets the text spans for a matching pair (or triplet) of language elements.

Top

Remarks

A matching pair of elements is any supported set of language elements, such as { and }, ( and ), [ and ], or < and >.

See Also

Reference

Source Class

Source Members

Microsoft.VisualStudio.Package Namespace