Base implementation for template directive processor that provides Dsl files
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TextTemplating.DirectiveProcessor
Microsoft.VisualStudio.TextTemplating.RequiresProvidesDirectiveProcessor
Microsoft.VisualStudio.Modeling.DslDefinition.DslDirectiveProcessorBase
Microsoft.VisualStudio.Modeling.DslDefinition.DslDirectiveProcessor
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Declaration
Public Class DslDirectiveProcessorBase _
Inherits RequiresProvidesDirectiveProcessor
public class DslDirectiveProcessorBase : RequiresProvidesDirectiveProcessor
public ref class DslDirectiveProcessorBase : public RequiresProvidesDirectiveProcessor
type DslDirectiveProcessorBase =
class
inherit RequiresProvidesDirectiveProcessor
end
public class DslDirectiveProcessorBase extends RequiresProvidesDirectiveProcessor
The DslDirectiveProcessorBase type exposes the following members.
Constructors
Top
Properties
Top
Methods
.gif) |
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
.gif) |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
.gif) |
FinishProcessingRun |
(Inherited from RequiresProvidesDirectiveProcessor.) |
.gif) |
GeneratePostInitializationCode |
Contribute additively to initialization code for the TextTransformation generated class. (Overrides RequiresProvidesDirectiveProcessor.GeneratePostInitializationCode(String, StringBuilder, CodeDomProvider, IDictionary<String, String>, IDictionary<String, String>).) |
.gif) |
GeneratePreInitializationCode |
Contribute additively to initialization code for the TextTransformation generated class. (Overrides RequiresProvidesDirectiveProcessor.GeneratePreInitializationCode(String, StringBuilder, CodeDomProvider, IDictionary<String, String>, IDictionary<String, String>).) |
.gif) |
GenerateTransformCode |
Generate the code to access the model. Use to CodeDomProvider so we are language-agnostic (Overrides RequiresProvidesDirectiveProcessor.GenerateTransformCode(String, StringBuilder, CodeDomProvider, IDictionary<String, String>, IDictionary<String, String>).) |
.gif) |
GetClassCodeForProcessingRun |
(Inherited from RequiresProvidesDirectiveProcessor.) |
.gif) |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
.gif) |
GetImportsForProcessingRun |
Return namespace imports necessary for running template (Overrides RequiresProvidesDirectiveProcessor.GetImportsForProcessingRun().) |
.gif) |
GetPostInitializationCodeForProcessingRun |
(Inherited from RequiresProvidesDirectiveProcessor.) |
.gif) |
GetPreInitializationCodeForProcessingRun |
(Inherited from RequiresProvidesDirectiveProcessor.) |
.gif) |
GetReferencesForProcessingRun |
Get assembly references needed for running template (Overrides RequiresProvidesDirectiveProcessor.GetReferencesForProcessingRun().) |
.gif) |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
.gif) |
Initialize |
(Inherited from RequiresProvidesDirectiveProcessor.) |
.gif) |
InitializeProvidesDictionary |
Override to initialize provides dictinoary (Overrides RequiresProvidesDirectiveProcessor.InitializeProvidesDictionary(String, IDictionary<String, String>).) |
.gif) |
InitializeRequiresDictionary |
Override to initialize requires dictionary (Overrides RequiresProvidesDirectiveProcessor.InitializeRequiresDictionary(String, IDictionary<String, String>).) |
.gif) |
IsDirectiveSupported |
Check if the directive name is supported by this directive processor (Overrides DirectiveProcessor.IsDirectiveSupported(String).) |
.gif) |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) |
PostProcessArguments |
Process arguments (Overrides RequiresProvidesDirectiveProcessor.PostProcessArguments(String, IDictionary<String, String>, IDictionary<String, String>).) |
.gif) |
ProcessDirective |
(Inherited from RequiresProvidesDirectiveProcessor.) |
.gif) |
ProvideUniqueId |
(Inherited from RequiresProvidesDirectiveProcessor.) |
.gif) |
StartProcessingRun |
Override StartProcessingRun to reset the helpers flag. (Overrides RequiresProvidesDirectiveProcessor.StartProcessingRun(CodeDomProvider, String, CompilerErrorCollection).) |
.gif) |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.Modeling.DslDefinition Namespace