This documentation is archived and is not being maintained.
StronglyTypedResourceBuilder::Create Method
Visual Studio 2010
Generates a class file that contains strongly-typed properties that match the resources that are specified in the input parameter.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Create(IDictionary, String, String, CodeDomProvider, Boolean, array<String>%) | Generates a class file that contains strongly-typed properties that match the resources referenced in the specified collection. |
|
Create(String, String, String, CodeDomProvider, Boolean, array<String>%) | Generates a class file that contains strongly-typed properties that match the resources in the specified .resx file. |
|
Create(IDictionary, String, String, String, CodeDomProvider, Boolean, array<String>%) | Generates a class file that contains strongly-typed properties that match the resources referenced in the specified collection. |
|
Create(String, String, String, String, CodeDomProvider, Boolean, array<String>%) | Generates a class file that contains strongly-typed properties that match the resources in the specified .resx file. |
Show: