Share via


BaseCompareEditorControl.UpdateStatusStrip Method (String, Nullable<Int32>)

Updates the status strip based on the status event arguments.

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

Syntax

'Declaration
Public Overridable Sub UpdateStatusStrip ( _
    text As String, _
    pct As Nullable(Of Integer) _
)
'Usage
Dim instance As BaseCompareEditorControl
Dim text As String
Dim pct As Nullable(Of Integer)

instance.UpdateStatusStrip(text, pct)
public virtual void UpdateStatusStrip(
    string text,
    Nullable<int> pct
)
public:
virtual void UpdateStatusStrip(
    String^ text, 
    Nullable<int> pct
)
public function UpdateStatusStrip(
    text : String, 
    pct : Nullable<int>
)
abstract UpdateStatusStrip : 
        text:string * 
        pct:Nullable<int> -> unit 
override UpdateStatusStrip : 
        text:string * 
        pct:Nullable<int> -> unit 

Parameters

Remarks

If pct is null, then the progress bar is left alone. If it is 0-100, then this method updates the progress bar value. Any other values cause the progress bar visibility to be set to false.

.NET Framework Security

See Also

Reference

BaseCompareEditorControl Class

BaseCompareEditorControl Members

UpdateStatusStrip Overload

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors Namespace