<legend id='EihiQ'><style id='EihiQ'><dir id='EihiQ'><q id='EihiQ'></q></dir></style></legend>
      • <bdo id='EihiQ'></bdo><ul id='EihiQ'></ul>
      <i id='EihiQ'><tr id='EihiQ'><dt id='EihiQ'><q id='EihiQ'><span id='EihiQ'><b id='EihiQ'><form id='EihiQ'><ins id='EihiQ'></ins><ul id='EihiQ'></ul><sub id='EihiQ'></sub></form><legend id='EihiQ'></legend><bdo id='EihiQ'><pre id='EihiQ'><center id='EihiQ'></center></pre></bdo></b><th id='EihiQ'></th></span></q></dt></tr></i><div id='EihiQ'><tfoot id='EihiQ'></tfoot><dl id='EihiQ'><fieldset id='EihiQ'></fieldset></dl></div>
    1. <tfoot id='EihiQ'></tfoot>

        <small id='EihiQ'></small><noframes id='EihiQ'>

        资源文件中的 C# 属性文本?

        C# attribute text from resource file?(资源文件中的 C# 属性文本?)
          <tbody id='L5ilW'></tbody>

            <i id='L5ilW'><tr id='L5ilW'><dt id='L5ilW'><q id='L5ilW'><span id='L5ilW'><b id='L5ilW'><form id='L5ilW'><ins id='L5ilW'></ins><ul id='L5ilW'></ul><sub id='L5ilW'></sub></form><legend id='L5ilW'></legend><bdo id='L5ilW'><pre id='L5ilW'><center id='L5ilW'></center></pre></bdo></b><th id='L5ilW'></th></span></q></dt></tr></i><div id='L5ilW'><tfoot id='L5ilW'></tfoot><dl id='L5ilW'><fieldset id='L5ilW'></fieldset></dl></div>

              <bdo id='L5ilW'></bdo><ul id='L5ilW'></ul>
              1. <small id='L5ilW'></small><noframes id='L5ilW'>

                <legend id='L5ilW'><style id='L5ilW'><dir id='L5ilW'><q id='L5ilW'></q></dir></style></legend>
              2. <tfoot id='L5ilW'></tfoot>

                  本文介绍了资源文件中的 C# 属性文本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我有一个属性,我想将文本从资源文件加载到属性中.

                  I have an attribute and i want to load text to the attribute from a resource file.

                  [IntegerValidation(1, 70, ErrorMessage = Data.Messages.Speed)]
                  private int i_Speed;
                  

                  但我不断得到"属性参数必须是属性参数类型的常量表达式、typeof表达式或数组创建表达式"

                  But I keep getting "An attribute argument must be a constant expression, typeof expression or array creation expression of an attribute parameter type"

                  如果我添加一个字符串而不是 Data.Messages.Text,它会完美运行,例如:

                  It works perfectly if i add a string instead of Data.Messages.Text, like:

                  [IntegerValidation(1, 70, ErrorMessage = "Invalid max speed")]
                  

                  有什么想法吗?

                  推荐答案

                  编译时属性值被硬编码到程序集中.如果你想在执行时做任何事情,你需要使用一个常量作为key,然后将一些代码放入属性类本身来加载资源.

                  Attribute values are hard-coded into the assembly when you compile. If you want to do anything at execution time, you'll need to use a constant as the key, then put some code into the attribute class itself to load the resource.

                  这篇关于资源文件中的 C# 属性文本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Performance overhead of using attributes in .NET(在 .NET 中使用属性的性能开销)
                  Accessing attribute info from DTE(从 DTE 访问属性信息)
                  c# Hide a property in datagridview with datasource(c#使用数据源隐藏datagridview中的属性)
                  Extract Display name and description Attribute from within a HTML helper(从 HTML 帮助器中提取显示名称和描述属性)
                  How can I force the PropertyGrid to show a custom dialog for a specific property?(如何强制 PropertyGrid 显示特定属性的自定义对话框?)
                  Associate attribute with code generated property in .net(将属性与 .net 中的代码生成属性相关联)

                      <tbody id='3nj4c'></tbody>

                          <bdo id='3nj4c'></bdo><ul id='3nj4c'></ul>
                        • <small id='3nj4c'></small><noframes id='3nj4c'>

                        • <i id='3nj4c'><tr id='3nj4c'><dt id='3nj4c'><q id='3nj4c'><span id='3nj4c'><b id='3nj4c'><form id='3nj4c'><ins id='3nj4c'></ins><ul id='3nj4c'></ul><sub id='3nj4c'></sub></form><legend id='3nj4c'></legend><bdo id='3nj4c'><pre id='3nj4c'><center id='3nj4c'></center></pre></bdo></b><th id='3nj4c'></th></span></q></dt></tr></i><div id='3nj4c'><tfoot id='3nj4c'></tfoot><dl id='3nj4c'><fieldset id='3nj4c'></fieldset></dl></div>
                            <tfoot id='3nj4c'></tfoot>
                          1. <legend id='3nj4c'><style id='3nj4c'><dir id='3nj4c'><q id='3nj4c'></q></dir></style></legend>