IWizard.RunStarted 메서드
템플릿 마법사 실행을 시작할 때 사용자 지정 마법사 논리를 실행합니다.
네임스페이스: Microsoft.VisualStudio.TemplateWizard
어셈블리: Microsoft.VisualStudio.TemplateWizardInterface(Microsoft.VisualStudio.TemplateWizardInterface.dll)
구문
‘선언
Sub RunStarted ( _
automationObject As Object, _
replacementsDictionary As Dictionary(Of String, String), _
runKind As WizardRunKind, _
customParams As Object() _
)
void RunStarted(
Object automationObject,
Dictionary<string, string> replacementsDictionary,
WizardRunKind runKind,
Object[] customParams
)
void RunStarted(
Object^ automationObject,
Dictionary<String^, String^>^ replacementsDictionary,
WizardRunKind runKind,
array<Object^>^ customParams
)
abstract RunStarted :
automationObject:Object *
replacementsDictionary:Dictionary<string, string> *
runKind:WizardRunKind *
customParams:Object[] -> unit
function RunStarted(
automationObject : Object,
replacementsDictionary : Dictionary<String, String>,
runKind : WizardRunKind,
customParams : Object[]
)
매개 변수
- automationObject
형식: System.Object
템플릿 마법사가 사용할 자동화 개체입니다.
- replacementsDictionary
형식: System.Collections.Generic.Dictionary<String, String>
대체될 표준 매개 변수 목록입니다.
- runKind
형식: Microsoft.VisualStudio.TemplateWizard.WizardRunKind
마법사 실행 형식을 나타내는 WizardRunKind입니다.
- customParams
형식: array<System.Object[]
프로젝트에서 매개 변수 대체를 수행할 사용자 지정 매개 변수입니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.