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
屬性值
String,其中包含延伸模組的當地語系化名稱。 唯讀。
備註
屬性的值 LocalizedName 會從擴充功能的屬性中抓取 Microsoft.ReportingServices.Interfaces.IExtension.LocalizedName 。 如需 T:Microsoft.ReportingServices.Interfaces.IExtension 介面和其屬性的詳細資訊,請參閱 Microsoft.ReportingServices.Interfaces.IExtension 介面。