Share via


RefactoringOperation.OnGetContributorInput Method

This method is responsible for gathering any necessary input from the user and returning the appropriate ContributorInput class, which is then processed by all of the compatible refactoring contributors.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Protected MustOverride Function OnGetContributorInput As ContributorInput
'Usage
Dim returnValue As ContributorInput 

returnValue = Me.OnGetContributorInput()
protected abstract ContributorInput OnGetContributorInput()
protected:
virtual ContributorInput^ OnGetContributorInput() abstract
protected abstract function OnGetContributorInput() : ContributorInput

Return Value

Type: Microsoft.VisualStudio.Data.Schema.Project.Refactoring.ContributorInput

.NET Framework Security

See Also

Reference

RefactoringOperation Class

RefactoringOperation Members

Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace