다음을 통해 공유


IProgressNotify.OnProgress Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
Sub OnProgress ( _
    dwProgressCurrent As UInteger, _
    dwProgressMaximum As UInteger, _
    fAccurate As Integer, _
    fOwner As Integer _
)
‘사용 방법
Dim instance As IProgressNotify
Dim dwProgressCurrent As UInteger
Dim dwProgressMaximum As UInteger
Dim fAccurate As Integer
Dim fOwner As Integer

instance.OnProgress(dwProgressCurrent, _
    dwProgressMaximum, fAccurate, fOwner)
void OnProgress(
    uint dwProgressCurrent,
    uint dwProgressMaximum,
    int fAccurate,
    int fOwner
)
void OnProgress(
    [InAttribute] unsigned int dwProgressCurrent, 
    [InAttribute] unsigned int dwProgressMaximum, 
    [InAttribute] int fAccurate, 
    [InAttribute] int fOwner
)
abstract OnProgress : 
        dwProgressCurrent:uint32 * 
        dwProgressMaximum:uint32 * 
        fAccurate:int * 
        fOwner:int -> unit 
function OnProgress(
    dwProgressCurrent : uint, 
    dwProgressMaximum : uint, 
    fAccurate : int, 
    fOwner : int
)

Parameters

.NET Framework Security

See Also

Reference

IProgressNotify Interface

IProgressNotify Members

Microsoft.VisualStudio.OLE.Interop Namespace