StronglyTypedResourceBuilder::Create Method

 

Generates a class file that contains strongly typed properties that match the resources that are specified in the input parameter.

Namespace:   System.Resources.Tools
Assembly:  System.Design (in System.Design.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(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.

System_CAPS_pubmethodSystem_CAPS_staticCreate(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.

System_CAPS_pubmethodSystem_CAPS_staticCreate(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.

System_CAPS_pubmethodSystem_CAPS_staticCreate(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.

Return to top
Show: