RefactoringOperation.OnGetContributorInput メソッド

このクラスは、ユーザーから必要な入力を収集し、適切な ContributorInput クラスを返します。返されたクラスは、適合するすべてのリファクタリング コントリビュータによって処理されます。

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)

構文

'宣言
Protected MustOverride Function OnGetContributorInput As ContributorInput
'使用
Dim returnValue As ContributorInput

returnValue = Me.OnGetContributorInput()
protected abstract ContributorInput OnGetContributorInput()
protected:
virtual ContributorInput^ OnGetContributorInput() abstract
protected abstract function OnGetContributorInput() : ContributorInput

戻り値

型 : Microsoft.VisualStudio.Data.Schema.Project.Refactoring.ContributorInput

参照

参照

RefactoringOperation クラス

RefactoringOperation メンバ

Microsoft.VisualStudio.Data.Schema.Project.Refactoring 名前空間