StronglyTypedResourceBuilder::Create Method
.NET Framework (current version)
Generates a class file that contains strongly typed properties that match the resources that are specified in the input parameter.
Assembly: System.Design (in System.Design.dll)
| 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(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^, CodeDomProvider^, Boolean, array<String^>^%) | Generates a class file that contains strongly typed properties that match the resources in the specified .resx file. |
![]() ![]() | 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:

