IBindStatusCallback.OnProgress Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaração
Sub OnProgress ( _
ulProgress As UInteger, _
ulProgressMax As UInteger, _
ulStatusCode As UInteger, _
szStatusText As String _
)
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
.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.