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 是從 LocalizedName 擴展的屬性中取得的。 欲了解更多關於介面 IExtension 及其特性的資訊,請參見 IExtension 介面。