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 ,包含本地化名稱。

備註

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

適用於