IVsENCRebuildableProjectCfg2.GetCurrentExceptionSpanPosition Method

Definition

public:
 int GetCurrentExceptionSpanPosition(System::UInt32 id, cli::array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ ptsNewPosition);
public:
 int GetCurrentExceptionSpanPosition(unsigned int id, Platform::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ ptsNewPosition);
int GetCurrentExceptionSpanPosition(unsigned int id, std::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> const & ptsNewPosition);
public int GetCurrentExceptionSpanPosition (uint id, Microsoft.VisualStudio.TextManager.Interop.TextSpan[] ptsNewPosition);
abstract member GetCurrentExceptionSpanPosition : uint32 * Microsoft.VisualStudio.TextManager.Interop.TextSpan[] -> int
Public Function GetCurrentExceptionSpanPosition (id As UInteger, ptsNewPosition As TextSpan()) As Integer

Parameters

id
UInt32
ptsNewPosition
TextSpan[]

Returns

Applies to