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 介面。

適用於