IBindStatusCallback.OnProgress Method (UInt32, UInt32, UInt32, String)

 
Namespace:   Microsoft.VisualStudio.OLE.Interop
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
Return to top
Show: