ClassResource Element (Solution)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Specifies a class resource to include in a solution's assembly.
<ClassResource
FileName = "Text"
Location = "Text">
</ClassResource>
Attributes
Attribute |
Description |
---|---|
FileName |
Optional Text. The name of the class resource file. |
Location |
Optional Text. The relative path of the class resource. |
Child Elements
None |
Parent Elements
Example
For an example of how this element is used, see Solution Schema.
Microsoft.Win32.RegistryKey#4