Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub OnProgress ( _
ulProgress As UInteger, _
ulProgressMax As UInteger, _
ulStatusCode As UInteger, _
szStatusText As String _
)
void OnProgress(
uint ulProgress,
uint ulProgressMax,
uint ulStatusCode,
string szStatusText
)
void OnProgress(
[InAttribute] unsigned int ulProgress,
[InAttribute] unsigned int ulProgressMax,
[InAttribute] unsigned int ulStatusCode,
[InAttribute] String^ szStatusText
)
abstract OnProgress :
ulProgress:uint32 *
ulProgressMax:uint32 *
ulStatusCode:uint32 *
szStatusText:string -> unit
function OnProgress(
ulProgress : uint,
ulProgressMax : uint,
ulStatusCode : uint,
szStatusText : String
)
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.