XamlBuildTypeInspectionExtensionContext 类

定义

指定有关 XAML 生成类型检查上下文的信息。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
继承
XamlBuildTypeInspectionExtensionContext

构造函数

XamlBuildTypeInspectionExtensionContext()

初始化 XamlBuildTypeInspectionExtensionContext 类的新实例。Initializes a new instance of the XamlBuildTypeInspectionExtensionContext class.

属性

AssemblyName

获取或设置生成扩展上下文的程序集名称。Gets or sets the assembly name for the build extension context.

(继承自 BuildExtensionContext)
GeneratedFiles

获取生成文件的生成扩展上下文的集合。Gets the collection of build extension context generated files.

(继承自 BuildExtensionContext)
GeneratedResourceFiles

获取生成资源文件的生成扩展上下文的集合。Gets the collection of build extension context generated resource files.

(继承自 BuildExtensionContext)
IsInProcessXamlMarkupCompile

获取或设置生成扩展上下文是否是可扩展标记语言编译的过程。Gets or sets whether the build extension context is in process of Extensible Application Markup Language compilation.

(继承自 BuildExtensionContext)
Language

获取或设置生成扩展上下文语言。Gets or sets the build extension context language.

(继承自 BuildExtensionContext)
LocalAssembly

获取或设置生成扩展上下文的本地定义程序集。Gets or sets the locally defined assembly for the build extension context.

(继承自 BuildExtensionContext)
MarkupItemsByTypeName

按类型名称获取 XAML 生成类型检测上下文的标记项目的类型。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.

(继承自 BuildExtensionContext)
References

获取扩展上下文引用的集合。Gets the collection of extension context reference.

(继承自 BuildExtensionContext)
RootNamespace

获取或设置扩展上下文根命名空间。Gets or sets the extension context root namespace.

(继承自 BuildExtensionContext)
SourceCodeFiles

获取生成扩展上下文的源代码文件的集合。Gets the collection of source code files of the build extension context.

(继承自 BuildExtensionContext)
XamlBuildLogger

获取或设置 XAML 生成记录器。Gets or sets the XAML build logger.

(继承自 BuildExtensionContext)

方法

AddGeneratedFile(String)

为建立的扩展上下文生成文件。Generates a file for the build extension context.

(继承自 BuildExtensionContext)
AddGeneratedResourceFile(String)

为建立的扩展上下文生成源文件。Generates a resource file for the build extension context.

(继承自 BuildExtensionContext)
Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)

适用于