Localization::Comments Attached Property

 

Gets or sets comments, which are free-form text that the markup author includes.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

See GetComments, SetComments

Property Value

Type: System::String^

The localization comments.

The following code example shows how to get and set the Comments attached property for a text block.

Return to top
Show: