This topic has not yet been rated - Rate this topic

GenerateResource Properties

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The GenerateResource type exposes the following members.

  NameDescription
Public property AdditionalInputs Gets or sets the additional inputs for the dependency checking that the GenerateResource task performs.
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 FilesWritten Infrastructure. Gets or sets the names of all files written to disk including the cache file, if present.
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 Log Infrastructure. Gets an instance of a TaskLoggingHelperExtension containing task logging methods. (Inherited from TaskExtension.)
Public property NeverLockTypeAssemblies Infrastructure. Gets or sets a Boolean value that specifies whether to create a new AppDomain to evaluate the resources (.resx) files (true) or to create a new AppDomain only when the resources files reference a user's assembly (false).
Public property OutputResources Infrastructure. Gets or sets the name of the generated files, such as .resources files.
Public property PublicClass Infrastructure. Gets or sets a Boolean value that indicates whether the GenerateResource task should create a strongly typed resource class as a public class.
Public property References Infrastructure. Gets or sets the references to load types in .resx files from.
Public property Sources Infrastructure. Gets or sets the items to convert.
Public property StateFile Infrastructure. Gets or sets the path to an optional cache file that is used to speed up dependency checking of links in .resx input files.
Public property StronglyTypedClassName Infrastructure. Gets or sets the class name for the strongly typed resource class.
Public property StronglyTypedFileName Infrastructure. Gets or sets the filename for the source file.
Public property StronglyTypedLanguage Infrastructure. Gets or sets the language to use when generating the class source for the strongly typed resource.
Public property StronglyTypedManifestPrefix Gets or sets the resource namespace or manifest prefix to use in the generated class source for the strongly typed resource.
Public property StronglyTypedNamespace Infrastructure. Gets or sets the namespace to use for the generated class source for the strongly typed resource.
Protected property TaskResources Gets or sets the culture-specific resources associated with the task. (Inherited from Task.)
Public property UseSourcePath Infrastructure. Gets or sets a Boolean value that indicates whether the input file's directory is to be used for resolving relative file paths.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.