IVsENCRebuildableProjectCfg2.GetExceptionSpans Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'宣告
Function GetExceptionSpans ( _
celt As UInteger, _
<OutAttribute> rgelt As ENC_EXCEPTION_SPAN(), _
<OutAttribute> ByRef pceltFetched As UInteger _
) As Integer
'用途
Dim instance As IVsENCRebuildableProjectCfg2
Dim celt As UInteger
Dim rgelt As ENC_EXCEPTION_SPAN()
Dim pceltFetched As UInteger
Dim returnValue As Integer
returnValue = instance.GetExceptionSpans(celt, _
rgelt, pceltFetched)
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: System.UInt32
- rgelt
Type: array<Microsoft.VisualStudio.Shell.Interop.ENC_EXCEPTION_SPAN[]
- pceltFetched
Type: System.UInt32%
Return Value
Type: System.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.
See Also
Reference
IVsENCRebuildableProjectCfg2 Interface