共用方式為


BamlLocalizableResource.Comments 屬性

定義

取得或設定與資源相關聯的當地語系化註解。

public:
 property System::String ^ Comments { System::String ^ get(); void set(System::String ^ value); };
public string Comments { get; set; }
member this.Comments : string with get, set
Public Property Comments As String

屬性值

String

當地語系化註解字串。

備註

當地語系化批註是由開發人員所撰寫,可為當地語系化人員提供規則或提示。 批註是從 BAML 或當地語系化批註檔案中擷取的自由格式字串。 若要將批註附加至可延伸應用程式標記語言中的元素 (XAML) ,請使用 Localization.Comments 附加屬性 如需此附加屬性的詳細資訊,請參閱 當地語系化屬性和批註

適用於