This documentation is archived and is not being maintained.

StronglyTypedResourceBuilder::Create Method

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.

  NameDescription
Public method Static member 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.
Public method Static member 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.
Public method Static member 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.
Public method Static member 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.
Top
Show: