BaseCompareEditorControl.UpdateStatusStrip Method (StatusEventArgs)
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
Protected Sub UpdateStatusStrip ( _
updateArgs As StatusEventArgs _
)
'Usage
Dim updateArgs As StatusEventArgs
Me.UpdateStatusStrip(updateArgs)
protected void UpdateStatusStrip(
StatusEventArgs updateArgs
)
protected:
void UpdateStatusStrip(
StatusEventArgs^ updateArgs
)
protected function UpdateStatusStrip(
updateArgs : StatusEventArgs
)
member UpdateStatusStrip :
updateArgs:StatusEventArgs -> unit
Parameters
- updateArgs
Type: Microsoft.Data.Schema.Compare.StatusEventArgs
The update arguments
.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
BaseCompareEditorControl Class
BaseCompareEditorControl Members
Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors Namespace