RefactoringContributor.RegisterGeneratedInputType 方法

注册此参与者在分析期间生成的任何可能的传播输入类型。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
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
)

参数

  • inputType
    类型:System.Type
    要注册的输入类型。

.NET Framework 安全性

请参见

参考

RefactoringContributor 类

Microsoft.VisualStudio.Data.Schema.Package.Refactoring 命名空间