RefactoringContributor<TContributorInput>.ContributeChanges Method
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
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>>
Parameters
- input
Type: TContributorInput
Return Value
Type: System.Tuple<IList<ChangeProposal>, IList<ContributorInput>>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RefactoringContributor<TContributorInput> Class
Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace