You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import UWP content from IntelliSense - part 2 (#2474)
* import UWP content from IntelliSense
* minor edits
* Apply suggestions from peer review
Co-Authored-By: Ron Petrusha <[email protected]>
* add cref link
Copy file name to clipboardExpand all lines: xml/Windows.UI.Xaml.Automation/ElementNotAvailableException.xml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
</Attribute>
21
21
</Attributes>
22
22
<Docs>
23
-
<summary>To be added.</summary>
23
+
<summary>The exception that is thrown when an attempt is made to access a UI automation element corresponding to a part of the user interface that is no longer available.</summary>
24
24
<remarks>To be added.</remarks>
25
25
</Docs>
26
26
<Members>
@@ -38,7 +38,7 @@
38
38
</AssemblyInfo>
39
39
<Parameters />
40
40
<Docs>
41
-
<summary>To be added.</summary>
41
+
<summary>Initializes a new instance of the <seecref="T:Windows.UI.Xaml.Automation.ElementNotAvailableException" /> class with default values. </summary>
42
42
<remarks>To be added.</remarks>
43
43
</Docs>
44
44
</Member>
@@ -59,8 +59,8 @@
59
59
<ParameterName="message"Type="System.String" />
60
60
</Parameters>
61
61
<Docs>
62
-
<paramname="message">To be added.</param>
63
-
<summary>To be added.</summary>
62
+
<paramname="message">The message that describes the error. </param>
63
+
<summary>Initializes a new instance of the <seecref="T:Windows.UI.Xaml.Automation.ElementNotAvailableException" /> class with a specified error message. </summary>
<paramname="message">The message that describes the error. </param>
86
+
<paramname="innerException">The exception that is the cause of the current exception, or null if no inner exception is specified. </param>
87
+
<summary>Initializes a new instance of the <seecref="T:Windows.UI.Xaml.Automation.ElementNotAvailableException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception. </summary>
Copy file name to clipboardExpand all lines: xml/Windows.UI.Xaml.Automation/ElementNotEnabledException.xml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
</Attribute>
21
21
</Attributes>
22
22
<Docs>
23
-
<summary>To be added.</summary>
23
+
<summary>The exception that is thrown when an attempt is made through UI automation to manipulate a control that is not enabled. </summary>
24
24
<remarks>To be added.</remarks>
25
25
</Docs>
26
26
<Members>
@@ -38,7 +38,7 @@
38
38
</AssemblyInfo>
39
39
<Parameters />
40
40
<Docs>
41
-
<summary>To be added.</summary>
41
+
<summary>Initializes a new instance of the <seecref="T:Windows.UI.Xaml.Automation.ElementNotEnabledException" /> class with default values. </summary>
42
42
<remarks>To be added.</remarks>
43
43
</Docs>
44
44
</Member>
@@ -59,8 +59,8 @@
59
59
<ParameterName="message"Type="System.String" />
60
60
</Parameters>
61
61
<Docs>
62
-
<paramname="message">To be added.</param>
63
-
<summary>To be added.</summary>
62
+
<paramname="message">The message that describes the error. </param>
63
+
<summary>Initializes a new instance of the <seecref="T:Windows.UI.Xaml.Automation.ElementNotEnabledException" /> class with a specified error message.</summary>
<paramname="message">The message that describes the error. </param>
86
+
<paramname="innerException">The exception that is the cause of the current exception, or null if no inner exception is specified. </param>
87
+
<summary>Initializes a new instance of the <seecref="T:Windows.UI.Xaml.Automation.ElementNotEnabledException" /> class, with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
Copy file name to clipboardExpand all lines: xml/Windows.UI.Xaml.Controls.Primitives/GeneratorPosition.xml
+24-24Lines changed: 24 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
</Attribute>
21
21
</Attributes>
22
22
<Docs>
23
-
<summary>To be added.</summary>
23
+
<summary>Describes the position of an item that is managed by <seecref="T:Windows.UI.Xaml.Controls.ItemContainerGenerator" />.</summary>
24
24
<remarks>To be added.</remarks>
25
25
</Docs>
26
26
<Members>
@@ -42,9 +42,9 @@
42
42
<ParameterName="offset"Type="System.Int32" />
43
43
</Parameters>
44
44
<Docs>
45
-
<paramname="index">To be added.</param>
46
-
<paramname="offset">To be added.</param>
47
-
<summary>To be added.</summary>
45
+
<paramname="index">An index that is relative to the generated (realized) items. -1 is a special value that refers to a fictitious item at the beginning or the end of the items list.</param>
46
+
<paramname="offset">An offset that is relative to the ungenerated (unrealized) items near the indexed item. An offset of 0 refers to the indexed element itself, an offset of 1 refers to the next ungenerated (unrealized) item, and an offset of -1 refers to the previous item.</param>
47
+
<summary>Initializes a new instance of <seecref="T:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition" /> with the specified index and offset.</summary>
48
48
<remarks>To be added.</remarks>
49
49
</Docs>
50
50
</Member>
@@ -73,9 +73,9 @@
73
73
<ParameterName="o"Type="System.Object" />
74
74
</Parameters>
75
75
<Docs>
76
-
<paramname="o">To be added.</param>
77
-
<summary>To be added.</summary>
78
-
<returns>To be added.</returns>
76
+
<paramname="o">The <seecref="T:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition" /> instance to compare.</param>
77
+
<summary>Compares the specified instance and the current instance of <seecref="T:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition" /> for value equality.</summary>
78
+
<returns><seelangword="true" /> if <paramrefname="o" /> and this instance of <seecref="T:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition" /> have the same values.</returns>
79
79
<remarks>To be added.</remarks>
80
80
</Docs>
81
81
</Member>
@@ -102,8 +102,8 @@
102
102
</ReturnValue>
103
103
<Parameters />
104
104
<Docs>
105
-
<summary>To be added.</summary>
106
-
<returns>To be added.</returns>
105
+
<summary>Returns the hash code for this <seecref="T:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition" />.</summary>
106
+
<returns>The hash code for this <seecref="T:Windows.UI.Xaml.Controls.Primitives.GeneratorPosition" />.</returns>
107
107
<remarks>To be added.</remarks>
108
108
</Docs>
109
109
</Member>
@@ -124,8 +124,8 @@
124
124
<ReturnType>System.Int32</ReturnType>
125
125
</ReturnValue>
126
126
<Docs>
127
-
<summary>To be added.</summary>
128
-
<value>To be added.</value>
127
+
<summary>Gets or sets the index that is relative to the generated (realized) items.</summary>
128
+
<value>The index that is relative to the generated (realized) items.</value>
129
129
<remarks>To be added.</remarks>
130
130
</Docs>
131
131
</Member>
@@ -146,8 +146,8 @@
146
146
<ReturnType>System.Int32</ReturnType>
147
147
</ReturnValue>
148
148
<Docs>
149
-
<summary>To be added.</summary>
150
-
<value>To be added.</value>
149
+
<summary>Gets or sets the offset that is relative to the ungenerated (unrealized) items near the indexed item.</summary>
150
+
<value>The offset that is relative to the ungenerated (unrealized) items near the indexed item.</value>
<paramname="message">The error message that explains the reason for the exception.</param>
86
+
<paramname="innerException">The exception that is the cause of the current exception, or <seelangword="null" /> if no inner exception is specified.</param>
87
+
<summary>Initializes a new instance of the <seecref="T:Windows.UI.Xaml.Markup.XamlParseException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
0 commit comments