XamlBuildTypeGenerationExtensionContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies settings for the build type generation extension context.
public ref class XamlBuildTypeGenerationExtensionContext sealed : Microsoft::Build::Tasks::Xaml::BuildExtensionContext
public sealed class XamlBuildTypeGenerationExtensionContext : Microsoft.Build.Tasks.Xaml.BuildExtensionContext
type XamlBuildTypeGenerationExtensionContext = class
inherit BuildExtensionContext
Public NotInheritable Class XamlBuildTypeGenerationExtensionContext
Inherits BuildExtensionContext
- Inheritance
Constructors
XamlBuildTypeGenerationExtensionContext() |
Initializes a new instance of the XamlBuildTypeGenerationExtensionContext class. |
Properties
AssemblyName |
Gets or sets the assembly name for the build extension context. (Inherited from BuildExtensionContext) |
GeneratedFiles |
Gets the collection of build extension context generated files. (Inherited from BuildExtensionContext) |
GeneratedResourceFiles |
Gets the collection of build extension context generated resource files. (Inherited from BuildExtensionContext) |
InputTaskItem |
Gets or sets the input task item for the XAML build type generation extension context. |
IsInProcessXamlMarkupCompile |
Gets or sets whether the build extension context is in process of Extensible Application Markup Language compilation. (Inherited from BuildExtensionContext) |
Language |
Gets or sets the build extension context language. (Inherited from BuildExtensionContext) |
LocalAssembly |
Gets or sets the locally defined assembly for the build extension context. (Inherited from BuildExtensionContext) |
OutputPath |
Gets or sets the build extension context output path. (Inherited from BuildExtensionContext) |
References |
Gets the collection of extension context reference. (Inherited from BuildExtensionContext) |
RootNamespace |
Gets or sets the extension context root namespace. (Inherited from BuildExtensionContext) |
SourceCodeFiles |
Gets the collection of source code files of the build extension context. (Inherited from BuildExtensionContext) |
XamlBuildLogger |
Gets or sets the XAML build logger. (Inherited from BuildExtensionContext) |
Methods
AddGeneratedFile(String) |
Generates a file for the build extension context. (Inherited from BuildExtensionContext) |
AddGeneratedResourceFile(String) |
Generates a resource file for the build extension context. (Inherited from BuildExtensionContext) |