This documentation is archived and is not being maintained.
StronglyTypedResourceBuilder Methods
Visual Studio 2010
The StronglyTypedResourceBuilder type exposes the following members.
| 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. |
|
VerifyResourceName | Generates a valid resource string based on the specified input string and code provider. |
Show: