Поделиться через


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 - пространство имен