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
- input
Type: System.Boolean
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
- 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
RefactoringContributor<TContributorInput> Members
Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace