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>>
參數
- input
型別:TContributorInput
傳回值
型別:System.Tuple<IList<ChangeProposal>, IList<ContributorInput>>
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。