RefactoringContributor<TContributorInput>.ContributeChanges メソッド

このクラスは、適切な型の ContributorInput を受け取り、コントリビュータの変更提案および関連する追加の ContributorInput を返します。

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

構文

'宣言
Protected MustOverride Function ContributeChanges ( _
    input As TContributorInput _
) As Tuple(Of IList(Of ChangeProposal), IList(Of ContributorInput))
'使用
Dim input As TContributorInput
Dim returnValue As Tuple(Of IList(Of ChangeProposal), IList(Of ContributorInput))

returnValue = Me.ContributeChanges(input)
protected abstract Tuple<IList<ChangeProposal>, IList<ContributorInput>> ContributeChanges(
    TContributorInput input
)
protected:
virtual Tuple<IList<ChangeProposal^>^, IList<ContributorInput^>^> ContributeChanges(
    TContributorInput input
) abstract
protected abstract function ContributeChanges(
    input : TContributorInput
) : Tuple<IList<ChangeProposal>, IList<ContributorInput>>

パラメータ

戻り値

型 : Microsoft.Data.Schema.Common.Tuple<IList<ChangeProposal>, IList<ContributorInput>>
Tuple<IList<ChangeProposal>, IList<ContributorInput>>。変更提案の一覧と追加の [ContributorInputs] の一覧の組。

参照

参照

RefactoringContributor<TContributorInput> クラス

RefactoringContributor<TContributorInput> メンバ

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