This documentation is archived and is not being maintained.
Microsoft.Build.Tasks.Xaml Namespace
Visual Studio 2010
Contains classes that define MS Build tasks for resolving of types found in XAML files, source code generation from XAML files, and compilation of this source code into a temporary assembly.
Class | Description | |
---|---|---|
![]() | CommandLineArgumentRelation | Encapsulations the relations between command line arguments. |
![]() | CommandLineGenerator | Class for generating command lines. |
![]() | CommandLineToolSwitch | An enumeration of the different types for switches on a command line. |
![]() | CompilationPass2Task | An MS Build task that verifies that all the types referenced in the original input XAML files are resolved. |
![]() | GenerateTemporaryAssemblyTask | An MS Build task that generates a temporary assembly by compiling the source files generated by the PartialClassGenerationTask. |
![]() | PartialClassGenerationTask | This task accesses XAML files that define types (with x:Class) and generates the corresponding source code that can be compiled into an assembly. |
![]() | PropertyRelation | Expresses a relationship between an argument and a property. |
![]() | XamlDataDrivenToolTask | Class for tasks generated by the Xaml task factory. |
Enumeration | Description | |
---|---|---|
![]() | CommandLineToolSwitchType | Enumerates the types for command line switches. |
Show: