DBStatusBar.Progress Method (DBStatusBarOwner, Int32, String, UInt32, UInt32, Boolean)

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Function Progress ( _
    possibleOwner As DBStatusBarOwner, _
    fInProgress As Integer, _
    pwszLabel As String, _
    nComplete As UInteger, _
    nTotal As UInteger, _
    ignoreOwner As Boolean _
) As Integer
'Usage
Dim instance As DBStatusBar
Dim possibleOwner As DBStatusBarOwner
Dim fInProgress As Integer
Dim pwszLabel As String
Dim nComplete As UInteger
Dim nTotal As UInteger
Dim ignoreOwner As Boolean
Dim returnValue As Integer

returnValue = instance.Progress(possibleOwner, _
    fInProgress, pwszLabel, nComplete, _
    nTotal, ignoreOwner)
public int Progress(
    DBStatusBarOwner possibleOwner,
    int fInProgress,
    string pwszLabel,
    uint nComplete,
    uint nTotal,
    bool ignoreOwner
)
public:
virtual int Progress(
    DBStatusBarOwner^ possibleOwner, 
    int fInProgress, 
    String^ pwszLabel, 
    unsigned int nComplete, 
    unsigned int nTotal, 
    bool ignoreOwner
) sealed
public final function Progress(
    possibleOwner : DBStatusBarOwner, 
    fInProgress : int, 
    pwszLabel : String, 
    nComplete : uint, 
    nTotal : uint, 
    ignoreOwner : boolean
) : int
abstract Progress : 
        possibleOwner:DBStatusBarOwner * 
        fInProgress:int * 
        pwszLabel:string * 
        nComplete:uint32 * 
        nTotal:uint32 * 
        ignoreOwner:bool -> int 
override Progress : 
        possibleOwner:DBStatusBarOwner * 
        fInProgress:int * 
        pwszLabel:string * 
        nComplete:uint32 * 
        nTotal:uint32 * 
        ignoreOwner:bool -> int 

Parameters

  • fInProgress
    Type: System.Int32
    Specifies whether the progress bar is in use
  • pwszLabel
    Type: System.String
    The text to display while progress bar is in use
  • nTotal
    Type: System.UInt32
    The total number of units for the operation
  • ignoreOwner
    Type: System.Boolean
    Specifies whether to ignore ownership

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

DBStatusBar Class

DBStatusBar Members

Progress Overload

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace