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 附加属性,有关此附加属性的详细信息,请参阅 本地化属性和注释

适用于