SchemaCompareSettingsService.DisplayOptionsDialog-Methode

Zeigt beim Überschreiben in einer abgeleiteten Klasse das Dialogfeld Optionen in Visual Studio Premium und Visual Studio Ultimate an und gibt die Ausgabeparameterwerte zurück.

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>
)

Parameter

  • doRefresh
    Typ: System.Boolean%
    (Ausgabe) true, um das Fenster Schemavergleich von Visual Studio Premium und Visual Studio Ultimate nach dem Schließen des Dialogfelds zu aktualisieren.

.NET Framework-Sicherheit

Siehe auch

Referenz

SchemaCompareSettingsService Klasse

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

DataSchemaError