RefactoringContributor<TContributorInput>.ContributeChanges 方法

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
Protected MustOverride Function ContributeChanges ( _
    input As TContributorInput _
) As Tuple(Of IList(Of ChangeProposal), IList(Of ContributorInput))
protected abstract Tuple<IList<ChangeProposal>, IList<ContributorInput>> ContributeChanges(
    TContributorInput input
)
protected:
virtual Tuple<IList<ChangeProposal^>^, IList<ContributorInput^>^>^ ContributeChanges(
    TContributorInput input
) abstract
abstract ContributeChanges : 
        input:'TContributorInput -> Tuple<IList<ChangeProposal>, IList<ContributorInput>> 
protected abstract function ContributeChanges(
    input : TContributorInput
) : Tuple<IList<ChangeProposal>, IList<ContributorInput>>

参数

返回值

类型:System.Tuple<IList<ChangeProposal>, IList<ContributorInput>>

.NET Framework 安全性

请参见

参考

RefactoringContributor<TContributorInput> 类

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