Localization.Comments Attached Property

 

Note

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

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

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

Syntax

See GetComments, SetComments
See GetComments, SetComments
See GetComments, SetComments
See GetComments, SetComments

Property Value

Type: System.String

The localization comments.

Examples

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

  

See Also

Comments
Localization Class
System.Windows Namespace

Return to top