This topic has not yet been rated - Rate this topic

PartialClassGenerationTask Properties

The PartialClassGenerationTask type exposes the following members.

  Name Description
Public property ApplicationMarkup Gets or sets a list of XAML files to process, populated by MS Build.
Public property AssemblyName Gets or sets the name of the assembly being compiled.
Public property BuildEngine Gets or sets the instance of the IBuildEngine object used by the task. (Inherited from Task.)
Public property BuildEngine2 Gets the instance of the IBuildEngine2 object used by the task. (Inherited from Task.)
Public property BuildEngine3 Gets the instance of the IBuildEngine3 object used by the task. (Inherited from Task.)
Public property BuildEngine4 Gets the instance of the IBuildEngine4 object used by the task. (Inherited from Task.)
Public property BuildTaskPath Gets or sets the path of the assembly that contains this build task.
Public property GeneratedCodeFiles Gets or sets a list of generated code files, one for each input file.
Public property GeneratedResources Gets or sets a list of XAML files that contain the markup for instantiating the newly generated types, one for each input file.
Public property GeneratedSourceExtension Gets or sets the file extension to add to the generated source files.
Protected property HelpKeywordPrefix Gets or sets the prefix used to compose Help keywords from resource names. (Inherited from Task.)
Public property HostObject Gets or sets the host object associated with the task. (Inherited from Task.)
Public property IsInProcessXamlMarkupCompile Gets or sets whether the compilation of XAML markup is in process.
Public property KnownReferencePaths Gets or sets the known reference paths.
Public property Language Gets or sets the language to generate source code in.
Public property Log Gets an instance of a TaskLoggingHelper class containing task logging methods. (Inherited from Task.)
Public property MSBuildProjectDirectory Gets or sets the directory of MS build project.
Public property OutputPath Gets or sets the directory to place the generated files.
Public property References Gets or sets a list of assemblies to reference.
Public property RequiresCompilationPass2 Gets or sets a value that indicates whether this project requires executing the CompilationPass2Task task.
Public property RootNamespace Gets or sets the root namespace for the project.
Public property SourceCodeFiles Gets or sets a list of source code files in the project.
Protected property TaskResources Gets or sets the culture-specific resources associated with the task. (Inherited from Task.)
Public property XamlBuildTypeGenerationExtensionNames Gets or sets the collection of extension names used in XAML build type generation.
Public property XamlBuildTypeInspectionExtensionNames Gets or sets the collection of extension names used in XAML build type inspection.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.