RequiresProvidesDirectiveProcessor.PostProcessArguments 메서드

파생 클래스에서 재정의되는 경우 파생 클래스가 제공하고 필요로 하는 매개 변수를 해당 클래스에서 수정할 수 있도록 합니다.

네임스페이스:  Microsoft.VisualStudio.TextTemplating
어셈블리:  Microsoft.VisualStudio.TextTemplating.11.0(Microsoft.VisualStudio.TextTemplating.11.0.dll)

구문

‘선언
Protected Overridable Sub PostProcessArguments ( _
    directiveName As String, _
    requiresArguments As IDictionary(Of String, String), _
    providesArguments As IDictionary(Of String, String) _
)
protected virtual void PostProcessArguments(
    string directiveName,
    IDictionary<string, string> requiresArguments,
    IDictionary<string, string> providesArguments
)
protected:
virtual void PostProcessArguments(
    String^ directiveName, 
    IDictionary<String^, String^>^ requiresArguments, 
    IDictionary<String^, String^>^ providesArguments
)
abstract PostProcessArguments : 
        directiveName:string * 
        requiresArguments:IDictionary<string, string> * 
        providesArguments:IDictionary<string, string> -> unit 
override PostProcessArguments : 
        directiveName:string * 
        requiresArguments:IDictionary<string, string> * 
        providesArguments:IDictionary<string, string> -> unit 
protected function PostProcessArguments(
    directiveName : String, 
    requiresArguments : IDictionary<String, String>, 
    providesArguments : IDictionary<String, String>
)

매개 변수

설명

ProcessDirective에 의해 호출됩니다.

.NET Framework 보안

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

참고 항목

참조

RequiresProvidesDirectiveProcessor 클래스

Microsoft.VisualStudio.TextTemplating 네임스페이스

InitializeProvidesDictionary

InitializeRequiresDictionary

ProcessDirective