共用方式為


BamlLocalizableResource.Readable 屬性

定義

取得或設定資源是否可見,可以進行轉譯。

public:
 property bool Readable { bool get(); void set(bool value); };
public bool Readable { get; set; }
member this.Readable : bool with get, set
Public Property Readable As Boolean

屬性值

Boolean

如果資源可見﹐可以進行轉譯則為 true,否則為 false

備註

Readable 可作為當地語系化者的建議,關於可當地語系化資源的內容是否可以直接轉譯為純字串。

例如,當字串 「Red」 當做 UI 字串使用時,可以直接轉譯為其他語言。 在此情況下, Readable 屬性應設定為 true

當字串 「Red」 當做 預先 Brush 定義的色彩值使用時,就無法轉譯。 因此, Readable 屬性應該設定為 false

適用於