VsTextBufferClass.GetPairExtents(TextSpan[], TextSpan[]) Yöntem

Tanım

Yöntem bilgileri sağlanmadı. Bu yöntemi kullanmayın.

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(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

Parametreler

pSpanIn
TextSpan[]

Kullanmayın.

pSpanOut
TextSpan[]

Kullanmayın.

Döndürülenler

Int32

Kullanmayın.

Uygulamalar

Şunlara uygulanır