RefactoringContributor<TContributorInput>.ContributeChanges Method

Gets the input, performs analysis, and generates possible ChangeProposals.

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 Boolean _
) As Tuple
protected abstract Tuple ContributeChanges(
    bool input
)
protected:
virtual Tuple^ ContributeChanges(
    bool input
) abstract
abstract ContributeChanges : 
        input:bool -> Tuple 
protected abstract function ContributeChanges(
    input : boolean
) : Tuple

Parameters

Return Value

Type: System.Tuple<T1, T2>

Remarks

If any side effect changes occur, this method generates one or more side effect ContributorInputs.

.NET Framework Security

See Also

Reference

RefactoringContributor<TContributorInput> Class

RefactoringContributor<TContributorInput> Members

Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace