ConnectionConsumerAttribute.DisplayNameValue 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用作 DisplayName 属性值的字符串,用于本地化方案中。
protected:
property System::String ^ DisplayNameValue { System::String ^ get(); void set(System::String ^ value); };
protected string DisplayNameValue { get; set; }
member this.DisplayNameValue : string with get, set
Protected Property DisplayNameValue As String
属性值
用作 DisplayName 的值的字符串。
注解
存在此额外属性,以便你可以从 ConnectionConsumerAttribute 派生并提供本地化版本。 派生的可 ConnectionConsumerAttribute 本地化属性将维护一个私有布尔字段,以指示它是否已本地化。 首次访问 DisplayName 属性时,它将查找本地化字符串,然后使用 DisplayNameValue 属性将本地化值分配给属性 DisplayName 。