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
pTask
Type: Microsoft.VisualStudio.Shell.Interop.IVsGlobalSearchTask[in] The search task for the global search.
pProvider
Type: Microsoft.VisualStudio.Shell.Interop.IVsSearchProvider[in] The search provider.
dwProgress
Type: UInt32[in] Current progress measurement.
dwMaxProgress
Type: UInt32[in] Maximum progress measurement.
.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.