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
Copy file name to clipboardExpand all lines: xml/Windows.UI.Xaml.Media.Animation/KeyTime.xml
+33-32Lines changed: 33 additions & 32 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>Specifies when a particular key frame should take place during an animation. </summary>
24
24
<remarks>To be added.</remarks>
25
25
</Docs>
26
26
<Members>
@@ -49,9 +49,9 @@
49
49
<ParameterName="value"Type="System.Object" />
50
50
</Parameters>
51
51
<Docs>
52
-
<paramname="value">To be added.</param>
53
-
<summary>To be added.</summary>
54
-
<returns>To be added.</returns>
52
+
<paramname="value">The <seecref="T:Windows.UI.Xaml.Media.Animation.KeyTime" /> to compare with this <seecref="T:Windows.UI.Xaml.Media.Animation.KeyTime" />.</param>
53
+
<summary>Indicates whether a <seecref="T:Windows.UI.Xaml.Media.Animation.KeyTime" /> is equal to this <seecref="T:Windows.UI.Xaml.Media.Animation.KeyTime" />.</summary>
54
+
<returns><seelangword="true" /> if <paramrefname="value" /> is a <seecref="T:Windows.UI.Xaml.Media.Animation.KeyTime" /> that represents the same length of time as this <seecref="T:Windows.UI.Xaml.Media.Animation.KeyTime" />; otherwise, <seelangword="false" />.</returns>
<paramname="value">The <seecref="T:Windows.UI.Xaml.Media.Animation.KeyTime" /> to compare with this <seecref="T:Windows.UI.Xaml.Media.Animation.KeyTime" />.</param>
79
+
<summary>Indicates whether a specified <seecref="T:Windows.UI.Xaml.Media.Animation.KeyTime" /> is equal to this <seecref="T:Windows.UI.Xaml.Media.Animation.KeyTime" />.</summary>
80
+
<returns><seelangword="true" /> if <paramrefname="value" /> is equal to this <seecref="T:Windows.UI.Xaml.Media.Animation.KeyTime" />; otherwise, <seelangword="false" />.</returns>
<paramname="keyTime1">The first value to compare.</param>
106
+
<paramname="keyTime2">The second value to compare.</param>
107
+
<summary>Indicates whether two <seecref="T:Windows.UI.Xaml.Media.Animation.KeyTime" /> values are equal.</summary>
108
+
<returns><seelangword="true" /> if the values of <paramrefname="keyTime1" /> and <paramrefname="keyTime2" /> are equal; otherwise, <seelangword="false" />.</returns>
<paramname="keyTime1">The first value to compare.</param>
188
+
<paramname="keyTime2">The second value to compare.</param>
189
+
<summary>Compares two <seecref="T:Windows.UI.Xaml.Media.Animation.KeyTime" /> values for equality.</summary>
190
+
<returns><seelangword="true" /> if <paramrefname="keyTime1" /> and <paramrefname="keyTime2" /> are equal; otherwise, <seelangword="false" />.</returns>
<paramname="timeSpan">The <seecref="P:Windows.UI.Xaml.Media.Animation.KeyTime.TimeSpan" /> value to convert.</param>
214
+
<summary>Implicitly converts a <seecref="P:Windows.UI.Xaml.Media.Animation.KeyTime.TimeSpan" /> to a <seecref="T:Windows.UI.Xaml.Media.Animation.KeyTime" />.</summary>
215
+
<returns>The created <seecref="T:Windows.UI.Xaml.Media.Animation.KeyTime" />.</returns>
Copy file name to clipboardExpand all lines: xml/Windows.UI.Xaml.Media.Animation/RepeatBehavior.xml
+53-47Lines changed: 53 additions & 47 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
</Attribute>
25
25
</Attributes>
26
26
<Docs>
27
-
<summary>To be added.</summary>
27
+
<summary>Describes how a <seecref="T:Windows.UI.Xaml.Media.Animation.Timeline" /> repeats its simple duration.</summary>
28
28
<remarks>To be added.</remarks>
29
29
</Docs>
30
30
<Members>
@@ -45,9 +45,11 @@
45
45
<ParameterName="count"Type="System.Double" />
46
46
</Parameters>
47
47
<Docs>
48
-
<paramname="count">To be added.</param>
49
-
<summary>To be added.</summary>
48
+
<paramname="count">A number greater than or equal to 0 that specifies the number of iterations for an animation.</param>
49
+
<summary>Initializes a new instance of the <seecref="T:Windows.UI.Xaml.Media.Animation.RepeatBehavior" /> struct with the specified iteration count.</summary>
<paramname="duration">The total length of time that the Windows.UI.Xaml.Media.Animation.Timeline should play (its active duration).</param>
73
+
<summary>Initializes a new instance of the <seecref="T:Windows.UI.Xaml.Media.Animation.RepeatBehavior" /> struct with the specified repeat duration.</summary>
<paramrefname="duration" /> evaluates to a negative time interval.</exception>
73
77
</Docs>
74
78
</Member>
75
79
<MemberMemberName="Count">
@@ -89,9 +93,10 @@
89
93
<ReturnType>System.Double</ReturnType>
90
94
</ReturnValue>
91
95
<Docs>
92
-
<summary>To be added.</summary>
93
-
<value>To be added.</value>
96
+
<summary>Gets the number of times a Windows.UI.Xaml.Media.Animation.Timeline should repeat.</summary>
97
+
<value>The number of iterations to repeat.</value>
94
98
<remarks>To be added.</remarks>
99
+
<exceptioncref="T:System.InvalidOperationException">This <seecref="T:Windows.UI.Xaml.Media.Animation.RepeatBehavior" /> describes a repeat duration, not an iteration count.</exception>
95
100
</Docs>
96
101
</Member>
97
102
<MemberMemberName="Duration">
@@ -111,9 +116,10 @@
111
116
<ReturnType>System.TimeSpan</ReturnType>
112
117
</ReturnValue>
113
118
<Docs>
114
-
<summary>To be added.</summary>
115
-
<value>To be added.</value>
119
+
<summary>Gets the total length of time a Windows.UI.Xaml.Media.Animation.Timeline should play.</summary>
120
+
<value>The total length of time a timeline should play.</value>
116
121
<remarks>To be added.</remarks>
122
+
<exceptioncref="T:System.InvalidOperationException">This <seecref="T:Windows.UI.Xaml.Media.Animation.RepeatBehavior" /> describes an iteration count, not a repeat duration.</exception>
117
123
</Docs>
118
124
</Member>
119
125
<MemberMemberName="Equals">
@@ -141,9 +147,9 @@
141
147
<ParameterName="value"Type="System.Object" />
142
148
</Parameters>
143
149
<Docs>
144
-
<paramname="value">To be added.</param>
145
-
<summary>To be added.</summary>
146
-
<returns>To be added.</returns>
150
+
<paramname="value">The object to compare with this <seecref="T:Windows.UI.Xaml.Media.Animation.RepeatBehavior" />.</param>
151
+
<summary>Indicates whether the specified object is equal to this <seecref="T:Windows.UI.Xaml.Media.Animation.RepeatBehavior" />.</summary>
152
+
<returns><seelangword="true" /> if <paramrefname="value" /> is a <seecref="T:Windows.UI.Xaml.Media.Animation.RepeatBehavior" /> that represents the same repeat behavior as this <seecref="T:Windows.UI.Xaml.Media.Animation.RepeatBehavior" />; otherwise, <seelangword="false" />.</returns>
<paramname="repeatBehavior">The value to compare to this <seecref="T:Windows.UI.Xaml.Media.Animation.RepeatBehavior" />.</param>
176
+
<summary>Returns a value that indicates whether the specified <seecref="T:Windows.UI.Xaml.Media.Animation.RepeatBehavior" /> is equal to this <seecref="T:Windows.UI.Xaml.Media.Animation.RepeatBehavior" />.</summary>
177
+
<returns><seelangword="true" /> if both the type and repeat behavior of <paramrefname="repeatBehavior" /> are equal to this <seecref="T:Windows.UI.Xaml.Media.Animation.RepeatBehavior" />; otherwise, <seelangword="false" />.</returns>
<paramname="repeatBehavior1">The first value to compare.</param>
203
+
<paramname="repeatBehavior2">The second value to compare.</param>
204
+
<summary>Indicates whether the two specified <seecref="T:Windows.UI.Xaml.Media.Animation.RepeatBehavior" /> values are equal.</summary>
205
+
<returns><seelangword="true" /> if both the type and repeat behavior of <paramrefname="repeatBehavior1" /> are equal to that of <paramrefname="repeatBehavior2" />; otherwise, <seelangword="false" />.</returns>
<paramname="repeatBehavior1">The first value to compare.</param>
325
+
<paramname="repeatBehavior2">The second value to compare.</param>
326
+
<summary>Indicates whether the two specified <seecref="T:Windows.UI.Xaml.Media.Animation.RepeatBehavior" /> values are equal.</summary>
327
+
<returns><seelangword="true" /> if both the type and repeat behavior of <paramrefname="repeatBehavior1" /> are equal to that of <paramrefname="repeatBehavior2" />; otherwise, <seelangword="false" />.</returns>
<paramname="repeatBehavior1">The first value to compare.</param>
353
+
<paramname="repeatBehavior2">The second value to compare.</param>
354
+
<summary>Indicates whether the two specified <seecref="T:Windows.UI.Xaml.Media.Animation.RepeatBehavior" /> values are not equal.</summary>
355
+
<returns><seelangword="true" /> if <paramrefname="repeatBehavior1" /> and <paramrefname="repeatBehavior2" /> are different types or the repeat behavior properties are not equal; otherwise, <seelangword="false" />.</returns>
<paramname="format">The string specifying the format to use, or <seelangword="null" /> to use the default format defined for the type of the <seecref="T:System.IFormattable" /> implementation.</param>
388
+
<paramname="formatProvider">An object that provides formatting information for value, or <seelangword="null" /> to obtain the numeric format information from the current culture.</param>
389
+
<summary>For a description of this member, see <seecref="M:System.IFormattable.ToString(System.String,System.IFormatProvider)" />.</summary>
390
+
<returns>A string containing the value of the current instance in the specified format.</returns>
385
391
<remarks>To be added.</remarks>
386
392
</Docs>
387
393
</Member>
@@ -408,8 +414,8 @@
408
414
</ReturnValue>
409
415
<Parameters />
410
416
<Docs>
411
-
<summary>To be added.</summary>
412
-
<returns>To be added.</returns>
417
+
<summary>Returns a string representation of this <seecref="T:Windows.UI.Xaml.Media.Animation.RepeatBehavior" />.</summary>
418
+
<returns>A string representation of this <seecref="T:Windows.UI.Xaml.Media.Animation.RepeatBehavior" />.</returns>
<summary>Gets or sets one of the <seecref="T:Windows.UI.Xaml.Media.Animation.RepeatBehaviorType" /> values that describes the way behavior repeats.</summary>
0 commit comments