Metoda DslDirectiveProcessorBase.PostProcessArguments —
Argumenty procesu
Przestrzeń nazw: Microsoft.VisualStudio.Modeling.DslDefinition
Zestaw: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (w Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Składnia
'Deklaracja
Protected Overrides Sub PostProcessArguments ( _
directiveName As String, _
requiresArguments As IDictionary(Of String, String), _
providesArguments As IDictionary(Of String, String) _
)
protected override void PostProcessArguments(
string directiveName,
IDictionary<string, string> requiresArguments,
IDictionary<string, string> providesArguments
)
Parametry
- directiveName
Typ: System.String
- requiresArguments
Typ: System.Collections.Generic.IDictionary<String, String>
- providesArguments
Typ: System.Collections.Generic.IDictionary<String, String>
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Używanie bibliotek pochodzących z częściowo zaufanego kodu.
Zobacz też
Informacje
DslDirectiveProcessorBase Klasa
Przestrzeń nazw Microsoft.VisualStudio.Modeling.DslDefinition