Aracılığıyla paylaş


RefactoringContributor<TContributorInput>.ContributeChanges Yöntem

Ad alanı:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Derleme:  Microsoft.VisualStudio.Data.Schema.Package (Microsoft.VisualStudio.Data.Schema.Package.dll içinde)

Sözdizimi

'Bildirim
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>>

Parametreler

Dönüş Değeri

Tür: System.Tuple<IList<ChangeProposal>, IList<ContributorInput>>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

RefactoringContributor<TContributorInput> Sınıf

Microsoft.VisualStudio.Data.Schema.Package.Refactoring Ad Alanı