CodeGenerationUtilities.AddSerializationResourceStrings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Add resource strings used by generated serializers. The string added here are not localized, because they're used to generate resx file, which will be localized.
public:
static void AddSerializationResourceStrings(System::Collections::Generic::Dictionary<System::String ^, System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ resourcedStrings);
public static void AddSerializationResourceStrings (System.Collections.Generic.Dictionary<string,System.Collections.Generic.KeyValuePair<string,string>> resourcedStrings);
static member AddSerializationResourceStrings : System.Collections.Generic.Dictionary<string, System.Collections.Generic.KeyValuePair<string, string>> -> unit
Public Shared Sub AddSerializationResourceStrings (resourcedStrings As Dictionary(Of String, KeyValuePair(Of String, String)))
Parameters
- resourcedStrings
- Dictionary<String,KeyValuePair<String,String>>
Storage for added strings.