CodeGenerationUtilities.AddSerializationResourceStrings 方法

添加生成序列化程序使用的资源字符串。添加的字符串此处没有本地化,,因为它们用于生成 resx 文件,将本地化。

命名空间:  Microsoft.VisualStudio.Modeling.DslDefinition
程序集:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll 中)

语法

声明
Public Shared Sub AddSerializationResourceStrings ( _
    resourcedStrings As Dictionary(Of String, KeyValuePair(Of String, String)) _
)
public static void AddSerializationResourceStrings(
    Dictionary<string, KeyValuePair<string, string>> resourcedStrings
)

参数

.NET Framework 安全性

请参见

参考

CodeGenerationUtilities 类

Microsoft.VisualStudio.Modeling.DslDefinition 命名空间