Localization::SetComments Method (Object^, String^)
.NET Framework (current version)
Sets the CommentsProperty attached property to the specified element.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- element
-
Type:
System::Object^
A Object that represents the element whose attached property you want to set.
- comments
-
Type:
System::String^
A String that specifies the localization comments.
Localization comments are free-form text that the application developer includes. For more information on how to define localization comments, see Localization Attributes and Comments.
The following code example shows how to set the localization comments for a text block.
.NET Framework
Available since 3.0
Available since 3.0
Show: