Метод IVsSearchCallback.ReportProgress (IVsSearchTask, UInt32, UInt32)
Опубликовано: Октябрь 2016
Пространство имен: Microsoft.VisualStudio.Shell.Interop
Сборка: Microsoft.VisualStudio.Shell.Interop.11.0 (в Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Синтаксис
void ReportProgress(
IVsSearchTask pTask,
uint dwProgress,
uint dwMaxProgress
)
void ReportProgress(
IVsSearchTask^ pTask,
unsigned int dwProgress,
unsigned int dwMaxProgress
)
abstract ReportProgress :
pTask:IVsSearchTask *
dwProgress:uint32 *
dwMaxProgress:uint32 -> unit
Sub ReportProgress (
pTask As IVsSearchTask,
dwProgress As UInteger,
dwMaxProgress As UInteger
)
Параметры
- dwProgress
Type: System.UInt32
- dwMaxProgress
Type: System.UInt32
См. также
Интерфейс IVsSearchCallback
Пространство имен Microsoft.VisualStudio.Shell.Interop
Вернуться в начало