BamlLocalizableResource.Comments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.