Localization.SetComments(Object, String) Method
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.
Sets the CommentsProperty attached property to the specified element.
public:
static void SetComments(System::Object ^ element, System::String ^ comments);
public static void SetComments (object element, string comments);
static member SetComments : obj * string -> unit
Public Shared Sub SetComments (element As Object, comments As String)
Parameters
Examples
The following code example shows how to set the localization comments for a text block.
Remarks
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.
Applies to
See also
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.