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
- possibleOwner
Type: Microsoft.Data.Schema.Sql.Common.UI.DBStatusBarOwner
The owner wanting to change the status bar
- 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
- nComplete
Type: System.UInt32
The number of completed units
- 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
- 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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace