Delen via


SchemaCompareSettingsService.DisplayOptionsDialog Method

When overridden in a derived class, displays the Options dialog box in Visual Studio Premium and Visual Studio Ultimate and returns the output parameter values.

Namespace:  Microsoft.Data.Schema.Tools.Compare.Schema
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Overridable Sub DisplayOptionsDialog ( _
    <OutAttribute> ByRef doRefresh As Boolean, _
    <OutAttribute> ByRef errorsToReturn As IList(Of DataSchemaError) _
)
public virtual void DisplayOptionsDialog(
    out bool doRefresh,
    out IList<DataSchemaError> errorsToReturn
)
public:
virtual void DisplayOptionsDialog(
    [OutAttribute] bool% doRefresh, 
    [OutAttribute] IList<DataSchemaError^>^% errorsToReturn
)
abstract DisplayOptionsDialog : 
        doRefresh:bool byref * 
        errorsToReturn:IList<DataSchemaError> byref -> unit 
override DisplayOptionsDialog : 
        doRefresh:bool byref * 
        errorsToReturn:IList<DataSchemaError> byref -> unit 
public function DisplayOptionsDialog(
    doRefresh : boolean, 
    errorsToReturn : IList<DataSchemaError>
)

Parameters

  • doRefresh
    Type: System.Boolean%
    (Output) true to refresh the Schema Compare window in Visual Studio Premium and Visual Studio Ultimate after the dialog box closes.

.NET Framework Security

See Also

Reference

SchemaCompareSettingsService Class

Microsoft.Data.Schema.Tools.Compare.Schema Namespace

DataSchemaError