IVsENCRebuildableProjectCfg2.GetExceptionSpans 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 GetExceptionSpans(System::UInt32 celt, cli::array <Microsoft::VisualStudio::Shell::Interop::ENC_EXCEPTION_SPAN> ^ rgelt, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
public int GetExceptionSpans (uint celt, Microsoft.VisualStudio.Shell.Interop.ENC_EXCEPTION_SPAN[] rgelt, out uint pceltFetched);
abstract member GetExceptionSpans : uint32 * Microsoft.VisualStudio.Shell.Interop.ENC_EXCEPTION_SPAN[] * uint32 -> int
Public Function GetExceptionSpans (celt As UInteger, rgelt As ENC_EXCEPTION_SPAN(), ByRef pceltFetched As UInteger) As Integer
Parameters
- celt
- UInt32
- rgelt
- ENC_EXCEPTION_SPAN[]
- pceltFetched
- UInt32