RefactoringOperation.OnGetContributorInput 메서드

사용자로부터 필요한 입력을 받고 적절한 ContributorInput 클래스를 반환합니다. 그런 다음 이 클래스는 호환되는 모든 참가자에 의해 처리됩니다.

네임스페이스:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
어셈블리:  Microsoft.VisualStudio.Data.Schema.Package(Microsoft.VisualStudio.Data.Schema.Package.dll)

구문

‘선언
Protected MustOverride Function OnGetContributorInput As ContributorInput
protected abstract ContributorInput OnGetContributorInput()
protected:
virtual ContributorInput^ OnGetContributorInput() abstract
abstract OnGetContributorInput : unit -> ContributorInput 
protected abstract function OnGetContributorInput() : ContributorInput

반환 값

형식: Microsoft.VisualStudio.Data.Schema.Package.Refactoring.ContributorInput

설명

추가 입력 수집에 필요한 사용자 인터페이스를 발생시킵니다(예: 이름 바꾸기 리팩터링에 사용할 이름 바꾸기 대화 상자). 각 작업에 대해 초기 ContributorInput이 하나만 만들어집니다. 이 ContributorInput을 처리할 수 있는 다른 참가자는 리팩터링 관리자를 사용하여 등록해야 합니다.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

RefactoringOperation 클래스

Microsoft.VisualStudio.Data.Schema.Package.Refactoring 네임스페이스