RefactoringContributor<TContributorInput>.ContributeChanges, méthode
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
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>>
Paramètres
- input
Type : TContributorInput
Valeur de retour
Type : System.Tuple<IList<ChangeProposal>, IList<ContributorInput>>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
RefactoringContributor<TContributorInput> Classe
Microsoft.VisualStudio.Data.Schema.Package.Refactoring, espace de noms