共用方式為


SchemaCompareSettingsService.DisplayOptionsDialog 方法

在衍生類別中覆寫時,顯示 Visual Studio Premium 和 Visual Studio Ultimate 中的 [選項] 對話方塊,並傳回輸出參數值。

命名空間:  Microsoft.Data.Schema.Tools.Compare.Schema
組件:  Microsoft.Data.Schema.Tools (在 Microsoft.Data.Schema.Tools.dll 中)

語法

'宣告
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>
)

參數

  • doRefresh
    型別:System.Boolean%
    (輸出) true 以在關閉對話方塊之後,重新整理 Visual Studio Premium 和 Visual Studio Ultimate 中的 [結構描述比較] 視窗。

.NET Framework 安全性

請參閱

參考

SchemaCompareSettingsService 類別

Microsoft.Data.Schema.Tools.Compare.Schema 命名空間

DataSchemaError