RefactoringOperation.OnGetContributorInput Method
Gathers necessary input from the user and returns the appropriate ContributorInput class, which is then processed by all compatible contributors.
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 OnGetContributorInput As ContributorInput
protected abstract ContributorInput OnGetContributorInput()
protected:
virtual ContributorInput^ OnGetContributorInput() abstract
abstract OnGetContributorInput : unit -> ContributorInput
protected abstract function OnGetContributorInput() : ContributorInput
Return Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Refactoring.ContributorInput
Remarks
Raises any user interface that is required to gather additional input; for example, the Rename dialog box for Rename Refactoring. Only one initial ContributorInput is created for each operation. Different contributors that support the handling of this ContributorInput must register with the refactoring manager.
.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
Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace