VsTextBufferClass.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 not provided. Do not use this method.
public:
virtual int GetPairExtents(cli::array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ pSpanIn, cli::array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ pSpanOut) = Microsoft::VisualStudio::TextManager::Interop::IVsTextLines::GetPairExtents;
public:
virtual int GetPairExtents(cli::array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ pSpanIn, cli::array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ pSpanOut);
public:
virtual int GetPairExtents(Platform::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ pSpanIn, Platform::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ pSpanOut) = Microsoft::VisualStudio::TextManager::Interop::IVsTextLines::GetPairExtents;
virtual int GetPairExtents(std::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> const & pSpanIn, std::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> const & pSpanOut);
public virtual 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
override this.GetPairExtents : Microsoft.VisualStudio.TextManager.Interop.TextSpan[] * Microsoft.VisualStudio.TextManager.Interop.TextSpan[] -> int
Public Overridable Function GetPairExtents (pSpanIn As TextSpan(), pSpanOut As TextSpan()) As Integer
Parameters
- pSpanIn
- TextSpan[]
Do not use.
- pSpanOut
- TextSpan[]
Do not use.
Returns
Do not use.