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

屬性值

一個包含本地名稱的 字串

備註

LocalizedName 屬性的值是從擴充的 LocalizedName 屬性中取得的。 欲了解更多關於 IExtension 介面及其特性的資訊,請參見 IExtension 介面。

適用於