共用方式為


RefactoringOperation.OnGetContributorInput 方法

從使用者收集必要的輸入,並且傳回適當的 ContributorInput 類別,以在稍後由所有相容的參與者處理。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
Protected MustOverride Function OnGetContributorInput As ContributorInput
protected abstract ContributorInput OnGetContributorInput()
protected:
virtual ContributorInput^ OnGetContributorInput() abstract
abstract OnGetContributorInput : unit -> ContributorInput 
protected abstract function OnGetContributorInput() : ContributorInput

傳回值

型別:Microsoft.VisualStudio.Data.Schema.Package.Refactoring.ContributorInput

備註

引發必要於收集其他輸入的任何使用者介面,例如,[重新命名重構] 的 [重新命名] 對話方塊。 針對每項作業只會建立一個初始的 ContributorInput。 支援這個 ContributorInput 處理的不同參與者,都必須在重構管理員註冊。

.NET Framework 安全性

請參閱

參考

RefactoringOperation 類別

Microsoft.VisualStudio.Data.Schema.Package.Refactoring 命名空間