diff --git a/xml/System.Windows.Xps/XpsDocumentWriter.xml b/xml/System.Windows.Xps/XpsDocumentWriter.xml index 8ca4707d9b8..14757ea35d3 100644 --- a/xml/System.Windows.Xps/XpsDocumentWriter.xml +++ b/xml/System.Windows.Xps/XpsDocumentWriter.xml @@ -199,9 +199,9 @@ - To be added. - To be added. - To be added. + The source of the event. + The event data. + Raises the event. To be added. @@ -232,9 +232,9 @@ - To be added. - To be added. - To be added. + The source of the event. + The event data. + Raises the event. To be added. @@ -265,9 +265,9 @@ - To be added. - To be added. - To be added. + The source of the event. + The event data. + Raises the event. To be added. @@ -298,9 +298,9 @@ - To be added. - To be added. - To be added. + The source of the event. + The event data. + Raises the event. To be added. diff --git a/xml/System.Xml/XmlTextReader.xml b/xml/System.Xml/XmlTextReader.xml index 2d9c3519fe5..8bee5e7625c 100644 --- a/xml/System.Xml/XmlTextReader.xml +++ b/xml/System.Xml/XmlTextReader.xml @@ -2057,10 +2057,20 @@ String dt4 = reader.GetAttribute("dt",http://www.w3.org/2000/xmlns/); - To be added. - To be added. - To be added. - To be added. + The qualified name of the attribute. + Gets the value of the attribute with the specified name. + The value of the specified attribute. If the attribute is not found, returns . + + + diff --git a/xml/System.Xml/XmlValidatingReader.xml b/xml/System.Xml/XmlValidatingReader.xml index ac41da4fc6b..746812a4e37 100644 --- a/xml/System.Xml/XmlValidatingReader.xml +++ b/xml/System.Xml/XmlValidatingReader.xml @@ -1284,10 +1284,20 @@ String dt4 = reader.GetAttribute("dt",http://www.w3.org/2000/xmlns/); - To be added. - To be added. - To be added. - To be added. + The qualified name of the attribute. + Gets the value of the attribute with the specified name. + The value of the specified attribute. If the attribute is not found, returns . + + +