Share via


IVsENCRebuildableProjectCfg2.GetExceptionSpans Method

Definition

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
pceltFetched
UInt32

Returns

Applies to