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

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsENCRebuildableProjectCfg2 Interface

IVsENCRebuildableProjectCfg2 Members

Microsoft.VisualStudio.Shell.Interop Namespace