IVsTextLines.GetPairExtents(TextSpan[], TextSpan[]) Method
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.
Method information is not provided. Do not use.
public:
int GetPairExtents(cli::array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ pSpanIn, cli::array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ pSpanOut);
public:
int GetPairExtents(Platform::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ pSpanIn, Platform::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ pSpanOut);
int GetPairExtents(std::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> const & pSpanIn, std::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> const & pSpanOut);
public int GetPairExtents (Microsoft.VisualStudio.TextManager.Interop.TextSpan[] pSpanIn, Microsoft.VisualStudio.TextManager.Interop.TextSpan[] pSpanOut);
abstract member GetPairExtents : Microsoft.VisualStudio.TextManager.Interop.TextSpan[] * Microsoft.VisualStudio.TextManager.Interop.TextSpan[] -> int
Public Function GetPairExtents (pSpanIn As TextSpan(), pSpanOut As TextSpan()) As Integer
Parameters
- pSpanIn
- TextSpan[]
Do not use.
- pSpanOut
- TextSpan[]
Do not use.