Extension.LocalizedName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
獲得可在使用者介面上用於顯示的在地名稱。
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 介面。