BamlLocalizableResource.Comments Property

Definition

Gets or sets the localization comments associated with a resource.

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

Property Value

The localization comment string.

Remarks

Localization comments are authored by the developer to provide rules or hints for localizers. The comments are free-form strings that are extracted from BAML or from localization comments files. To attach comments to an element in Extensible Application Markup Language (XAML), use the Localization.Comments attached property For more information on this attached property, see Localization Attributes and Comments.

Applies to