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 中的 [結構描述比較] 視窗。
- errorsToReturn
型別:System.Collections.Generic.IList<DataSchemaError>%
(輸出) DataSchemaError 物件的 IList<T>。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
SchemaCompareSettingsService 類別