Extension.LocalizedName 属性

定义

获取可用来在用户界面上显示的本地化名称。

public:
 property System::String ^ LocalizedName { System::String ^ get(); void set(System::String ^ value); };
public string LocalizedName { get; set; }
member this.LocalizedName : string with get, set
Public Property LocalizedName As String

属性值

String

一个包含扩展插件的本地化名称的String。 只读。

注解

LocalizedName 从扩展的属性中检索属性的值 Microsoft.ReportingServices.Interfaces.IExtension.LocalizedName 。 有关 T:Microsoft.ReportingServices.Interfaces.IExtension 接口及其属性的详细信息,请参阅 Microsoft.ReportingServices.Interfaces.IExtension interface。

适用于