Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions xml/System.Windows.Xps/XpsDocumentWriter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@
<Parameter Name="args" Type="System.Windows.Documents.Serialization.WritingCancelledEventArgs" />
</Parameters>
<Docs>
<param name="sender">To be added.</param>
<param name="args">To be added.</param>
<summary>To be added.</summary>
<param name="sender">The source of the event.</param>
<param name="args">The event data.</param>
<summary>Raises the <see cref="E:System.Windows.Xps.XpsDocumentWriter.WritingCancelled" /> event.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -232,9 +232,9 @@
<Parameter Name="e" Type="System.Windows.Documents.Serialization.WritingCompletedEventArgs" />
</Parameters>
<Docs>
<param name="sender">To be added.</param>
<param name="e">To be added.</param>
<summary>To be added.</summary>
<param name="sender">The source of the event.</param>
<param name="e">The event data.</param>
<summary>Raises the <see cref="E:System.Windows.Xps.XpsDocumentWriter.WritingCompleted" /> event.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -265,9 +265,9 @@
<Parameter Name="e" Type="System.Windows.Documents.Serialization.WritingPrintTicketRequiredEventArgs" />
</Parameters>
<Docs>
<param name="sender">To be added.</param>
<param name="e">To be added.</param>
<summary>To be added.</summary>
<param name="sender">The source of the event.</param>
<param name="e">The event data.</param>
<summary>Raises the <see cref="E:System.Windows.Xps.XpsDocumentWriter.WritingPrintTicketRequired" /> event.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -298,9 +298,9 @@
<Parameter Name="e" Type="System.Windows.Documents.Serialization.WritingProgressChangedEventArgs" />
</Parameters>
<Docs>
<param name="sender">To be added.</param>
<param name="e">To be added.</param>
<summary>To be added.</summary>
<param name="sender">The source of the event.</param>
<param name="e">The event data.</param>
<summary>Raises the <see cref="E:System.Windows.Xps.XpsDocumentWriter.WritingProgressChanged" /> event.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
18 changes: 14 additions & 4 deletions xml/System.Xml/XmlTextReader.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2057,10 +2057,20 @@ String dt4 = reader.GetAttribute("dt",http://www.w3.org/2000/xmlns/);
<Parameter Name="name" Type="System.String" Index="0" FrameworkAlternate="netframework-1.1" />
</Parameters>
<Docs>
<param name="name">To be added.</param>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<param name="name">The qualified name of the attribute.</param>
<summary>Gets the value of the attribute with the specified name.</summary>
<value>The value of the specified attribute. If the attribute is not found, returns <see langword="null" />.</value>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks

This property does not move the reader.

If the reader is positioned on a `DocumentType` node, this method can be used to get the PUBLIC and SYSTEM literals, for example, `reader["PUBLIC"]`.

]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="Item">
Expand Down
18 changes: 14 additions & 4 deletions xml/System.Xml/XmlValidatingReader.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1284,10 +1284,20 @@ String dt4 = reader.GetAttribute("dt",http://www.w3.org/2000/xmlns/);
<Parameter Name="name" Type="System.String" Index="0" FrameworkAlternate="netframework-1.1" />
</Parameters>
<Docs>
<param name="name">To be added.</param>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<param name="name">The qualified name of the attribute.</param>
<summary>Gets the value of the attribute with the specified name.</summary>
<value>The value of the specified attribute. If the attribute is not found, returns <see langword="null" />.</value>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks

This property does not move the reader.

If the reader is positioned on a `DocumentType` node, this method can be used to get the PUBLIC and SYSTEM literals, for example, `reader["PUBLIC"]`.

]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="Item">
Expand Down