Documentation for this section has not yet been entered.
If a comment has not been assigned to the resource item, the value of the ResXDataNode.Comment property is string.Empty.
You access the ResXDataNode.Comment property of an data node in an existing XML resource file by instantiating a System.Resources.ResXResourceReader object, setting the ResXResourceReader.UseResXDataNodes property to true, and calling the ResXResourceReader.GetEnumerator method to retrieve an IDictionaryEnumerator object that you use to enumerate the items in the XML resource file. The IDictionaryEnumerator.Value property returns the System.Resources.ResXDataNode object.