Método RefactoringContributor<TContributorInput>.ContributeChanges
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
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>>
Parâmetros
- input
Tipo: TContributorInput
Valor de retorno
Tipo: System.Tuple<IList<ChangeProposal>, IList<ContributorInput>>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
RefactoringContributor<TContributorInput> Classe
Namespace Microsoft.VisualStudio.Data.Schema.Package.Refactoring