RefactoringContributor.RegisterGeneratedInputType メソッド

分析中にこのコントリビュータによって生成される可能性のある反映入力の種類を登録します。

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)

構文

'宣言
Protected Sub RegisterGeneratedInputType ( _
    inputType As Type _
)
'使用
Dim inputType As Type

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

パラメータ

  • inputType
    型 : System.Type
    このリファクタリング コントリビュータに登録する入力の種類 (ContributorInput)。

参照

参照

RefactoringContributor クラス

RefactoringContributor メンバ

Microsoft.VisualStudio.Data.Schema.Project.Refactoring 名前空間