IVsENCRebuildableProjectCfg2.GetCurrentExceptionSpanPosition 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.
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[]