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

屬性值

A String 包含該擴展的局部名稱。 唯讀。

備註

屬性的值 LocalizedName 是從 Microsoft.ReportingServices.Interfaces.IExtension.LocalizedName 擴展的屬性中取得的。 欲了解更多關於介面 T:Microsoft.ReportingServices.Interfaces.IExtension 及其特性的資訊,請參見 Microsoft.ReportingServices.Interfaces.IExtension 介面。

適用於