IBindStatusCallback.OnProgress Method (UInt32, UInt32, UInt32, String)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Return to top
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
void OnProgress( uint ulProgress, uint ulProgressMax, uint ulStatusCode, string szStatusText )
Parameters
- ulProgress
- Type: System.UInt32
- ulProgressMax
- Type: System.UInt32
- ulStatusCode
- Type: System.UInt32
- szStatusText
- Type: System.String
Show: