Método RefactoringContributor.RegisterGeneratedInputType

Registra qualquer possível propagar o tipo de entrada para este colaborador gera durante a análise.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Protected Sub RegisterGeneratedInputType ( _
    inputType As Type _
)
protected void RegisterGeneratedInputType(
    Type inputType
)
protected:
void RegisterGeneratedInputType(
    Type^ inputType
)
member RegisterGeneratedInputType : 
        inputType:Type -> unit 
protected function RegisterGeneratedInputType(
    inputType : Type
)

Parâmetros

  • inputType
    Tipo: System.Type
    Tipo de entrada para registrar.

Segurança do .NET Framework

Consulte também

Referência

RefactoringContributor Classe

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