Share via


RefactoringContributor.RegisterGeneratedInputType Method

Registers any possible propagating input type that this contributor will generate during analysis.

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

Syntax

'Declaration
Protected Sub RegisterGeneratedInputType ( _
    inputType As Type _
)
'Usage
Dim inputType As Type 

Me.RegisterGeneratedInputType(inputType)
protected void RegisterGeneratedInputType(
    Type inputType
)
protected:
void RegisterGeneratedInputType(
    Type^ inputType
)
protected function RegisterGeneratedInputType(
    inputType : Type
)

Parameters

.NET Framework Security

See Also

Reference

RefactoringContributor Class

RefactoringContributor Members

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