Share via


IVsGlobalSearchCallback.ProgressReported Method

Indicates the progress reported by the specified provider.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
Sub ProgressReported ( _
    pTask As IVsGlobalSearchTask, _
    pProvider As IVsSearchProvider, _
    dwProgress As UInteger, _
    dwMaxProgress As UInteger _
)
void ProgressReported(
    IVsGlobalSearchTask pTask,
    IVsSearchProvider pProvider,
    uint dwProgress,
    uint dwMaxProgress
)
void ProgressReported(
    [InAttribute] IVsGlobalSearchTask^ pTask, 
    [InAttribute] IVsSearchProvider^ pProvider, 
    [InAttribute] unsigned int dwProgress, 
    [InAttribute] unsigned int dwMaxProgress
)
abstract ProgressReported : 
        pTask:IVsGlobalSearchTask * 
        pProvider:IVsSearchProvider * 
        dwProgress:uint32 * 
        dwMaxProgress:uint32 -> unit
function ProgressReported(
    pTask : IVsGlobalSearchTask, 
    pProvider : IVsSearchProvider, 
    dwProgress : uint, 
    dwMaxProgress : uint
)

Parameters

  • dwProgress
    Type: UInt32

    [in] Current progress measurement.

  • dwMaxProgress
    Type: UInt32

    [in] Maximum progress measurement.

.NET Framework Security

See Also

Reference

IVsGlobalSearchCallback Interface

Microsoft.VisualStudio.Shell.Interop Namespace