XamlBuildTypeInspectionExtensionContext 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 information about the XAML build type inspection context.
public ref class XamlBuildTypeInspectionExtensionContext sealed : Microsoft::Build::Tasks::Xaml::BuildExtensionContext
public sealed class XamlBuildTypeInspectionExtensionContext : Microsoft.Build.Tasks.Xaml.BuildExtensionContext
type XamlBuildTypeInspectionExtensionContext = class
inherit BuildExtensionContext
Public NotInheritable Class XamlBuildTypeInspectionExtensionContext
Inherits BuildExtensionContext
- Inheritance
Constructors
XamlBuildTypeInspectionExtensionContext() |
Initializes a new instance of the XamlBuildTypeInspectionExtensionContext 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) |
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) |
MarkupItemsByTypeName |
Gets the collection of markup items for XAML build type inspection context by type name. |
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) |