XamlBuildTypeGenerationExtensionContext Class
.NET Framework 4.5
Specifies settings for the build type generation extension context.
System.Object
Microsoft.Build.Tasks.Xaml.BuildExtensionContext
Microsoft.Build.Tasks.Xaml.XamlBuildTypeGenerationExtensionContext
Microsoft.Build.Tasks.Xaml.BuildExtensionContext
Microsoft.Build.Tasks.Xaml.XamlBuildTypeGenerationExtensionContext
Namespace: Microsoft.Build.Tasks.Xaml
Assembly: XamlBuildTask (in XamlBuildTask.dll)
The XamlBuildTypeGenerationExtensionContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | XamlBuildTypeGenerationExtensionContext | Initializes a new instance of the XamlBuildTypeGenerationExtensionContext class. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
| Name | Description | |
|---|---|---|
![]() | AddGeneratedFile | Generates a file for the build extension context. (Inherited from BuildExtensionContext.) |
![]() | AddGeneratedResourceFile | Generates a resource file for the build extension context. (Inherited from BuildExtensionContext.) |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

