IVsENCRebuildableProjectCfg2.GetExceptionSpans Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
Function GetExceptionSpans ( _
celt As UInteger, _
<OutAttribute> rgelt As ENC_EXCEPTION_SPAN(), _
<OutAttribute> ByRef pceltFetched As UInteger _
) As Integer
int GetExceptionSpans(
uint celt,
ENC_EXCEPTION_SPAN[] rgelt,
out uint pceltFetched
)
int GetExceptionSpans(
[InAttribute] unsigned int celt,
[OutAttribute] array<ENC_EXCEPTION_SPAN>^ rgelt,
[InAttribute] [OutAttribute] unsigned int% pceltFetched
)
abstract GetExceptionSpans :
celt:uint32 *
rgelt:ENC_EXCEPTION_SPAN[] byref *
pceltFetched:uint32 byref -> int
function GetExceptionSpans(
celt : uint,
rgelt : ENC_EXCEPTION_SPAN[],
pceltFetched : uint
) : int
Parameters
- celt
Type: UInt32
- rgelt
Type: array<Microsoft.VisualStudio.Shell.Interop.ENC_EXCEPTION_SPAN[]
- pceltFetched
Type: UInt32%
Return Value
Type: Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.