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.
- errorsToReturn
Type: System.Collections.Generic.IList<DataSchemaError>%
(Output) An IList<T> of DataSchemaError objects.
.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
SchemaCompareSettingsService Class