Skip to content

Commit 728512f

Browse files
gewarrenVSC-Service-Account
andauthored
CI Update (#7309)
Build.Reason:Manual by Genevieve Warren Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=260044&view=results source_repo.branch:master source_repo.url:https://apidrop.visualstudio.com/_git/binaries Co-authored-by: VSC-Service-Account <[email protected]>
1 parent 498be16 commit 728512f

File tree

12 files changed

+661
-638
lines changed

12 files changed

+661
-638
lines changed

xml/FrameworksIndex/windowsdesktop-3.0.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53238,6 +53238,7 @@
5323853238
<Member Id="M:System.Windows.Media.Animation.Storyboard.Stop(System.Windows.FrameworkElement)" />
5323953239
<Member Id="P:System.Windows.Media.Animation.Storyboard.Target" />
5324053240
<Member Id="P:System.Windows.Media.Animation.Storyboard.TargetName" />
53241+
<Member Id="P:System.Windows.Media.Animation.Storyboard.TargetProperty" />
5324153242
</Type>
5324253243
<Type Name="System.Windows.Media.Animation.StringAnimationBase" Id="T:System.Windows.Media.Animation.StringAnimationBase">
5324353244
<Member Id="M:System.Windows.Media.Animation.StringAnimationBase.#ctor" />

xml/FrameworksIndex/windowsdesktop-3.1.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52724,6 +52724,7 @@
5272452724
<Member Id="M:System.Windows.Media.Animation.Storyboard.Stop(System.Windows.FrameworkElement)" />
5272552725
<Member Id="P:System.Windows.Media.Animation.Storyboard.Target" />
5272652726
<Member Id="P:System.Windows.Media.Animation.Storyboard.TargetName" />
52727+
<Member Id="P:System.Windows.Media.Animation.Storyboard.TargetProperty" />
5272752728
</Type>
5272852729
<Type Name="System.Windows.Media.Animation.StringAnimationBase" Id="T:System.Windows.Media.Animation.StringAnimationBase">
5272952730
<Member Id="M:System.Windows.Media.Animation.StringAnimationBase.#ctor" />

xml/FrameworksIndex/windowsdesktop-5.0.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53370,6 +53370,7 @@
5337053370
<Member Id="M:System.Windows.Media.Animation.Storyboard.Stop(System.Windows.FrameworkElement)" />
5337153371
<Member Id="P:System.Windows.Media.Animation.Storyboard.Target" />
5337253372
<Member Id="P:System.Windows.Media.Animation.Storyboard.TargetName" />
53373+
<Member Id="P:System.Windows.Media.Animation.Storyboard.TargetProperty" />
5337353374
</Type>
5337453375
<Type Name="System.Windows.Media.Animation.StringAnimationBase" Id="T:System.Windows.Media.Animation.StringAnimationBase">
5337553376
<Member Id="M:System.Windows.Media.Animation.StringAnimationBase.#ctor" />

xml/FrameworksIndex/windowsdesktop-6.0.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52160,6 +52160,7 @@
5216052160
<Member Id="M:System.Windows.Media.Animation.Storyboard.Stop(System.Windows.FrameworkElement)" />
5216152161
<Member Id="P:System.Windows.Media.Animation.Storyboard.Target" />
5216252162
<Member Id="P:System.Windows.Media.Animation.Storyboard.TargetName" />
52163+
<Member Id="P:System.Windows.Media.Animation.Storyboard.TargetProperty" />
5216352164
</Type>
5216452165
<Type Name="System.Windows.Media.Animation.StringAnimationBase" Id="T:System.Windows.Media.Animation.StringAnimationBase">
5216552166
<Member Id="M:System.Windows.Media.Animation.StringAnimationBase.#ctor" />

xml/Microsoft.Build.Tasks.Deployment.ManifestUtilities/DeployManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@
538538
<Docs>
539539
<summary>
540540
Specifies whether or not the user can skip the update.
541-
If the user has a version less than the minimum required, they will not have the option to skip the update.
541+
If the user has a version less than the minimum required, he or she will not have the option to skip the update.
542542
The default is to have no minimum required version.
543543
This input only applies when Install is True.
544544
</summary>
Lines changed: 99 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -1,113 +1,112 @@
1-
<Type Name="ApplyApplicationDefaultsEventArgs" FullName="Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs">
2-
<TypeSignature Language="C#" Value="public class ApplyApplicationDefaultsEventArgs : EventArgs" />
3-
<TypeSignature Language="ILAsm" Value=".class public auto ansi ApplyApplicationDefaultsEventArgs extends System.EventArgs" />
4-
<TypeSignature Language="DocId" Value="T:Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs" />
5-
<TypeSignature Language="VB.NET" Value="Public Class ApplyApplicationDefaultsEventArgs&#xA;Inherits EventArgs" />
6-
<TypeSignature Language="F#" Value="type ApplyApplicationDefaultsEventArgs = class&#xA; inherit EventArgs" />
7-
<TypeSignature Language="C++ CLI" Value="public ref class ApplyApplicationDefaultsEventArgs : EventArgs" />
8-
<AssemblyInfo>
9-
<AssemblyName>Microsoft.VisualBasic.Forms</AssemblyName>
10-
<AssemblyVersion>6.0.0.0</AssemblyVersion>
11-
</AssemblyInfo>
12-
<Base>
13-
<BaseTypeName>System.EventArgs</BaseTypeName>
14-
</Base>
15-
<Interfaces />
16-
<Attributes>
17-
<Attribute>
18-
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]</AttributeName>
19-
<AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)&gt;]</AttributeName>
20-
</Attribute>
21-
<Attribute>
22-
<AttributeName Language="C#">[System.Runtime.InteropServices.ComVisible(false)]</AttributeName>
23-
<AttributeName Language="F#">[&lt;System.Runtime.InteropServices.ComVisible(false)&gt;]</AttributeName>
24-
</Attribute>
25-
</Attributes>
26-
<Docs>
27-
<summary>Provides context for the ApplyApplicationDefaults event.</summary>
28-
<remarks>To be added.</remarks>
29-
</Docs>
30-
<Members>
31-
<Member MemberName="Font">
32-
<MemberSignature Language="C#" Value="public System.Drawing.Font Font { get; set; }" />
33-
<MemberSignature Language="ILAsm" Value=".property instance class System.Drawing.Font Font" />
34-
<MemberSignature Language="DocId" Value="P:Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.Font" />
35-
<MemberSignature Language="VB.NET" Value="Public Property Font As Font" />
36-
<MemberSignature Language="F#" Value="member this.Font : System.Drawing.Font with get, set" Usage="Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.Font" />
37-
<MemberSignature Language="C++ CLI" Value="public:&#xA; property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };" />
38-
<MemberType>Property</MemberType>
39-
<AssemblyInfo>
40-
<AssemblyName>Microsoft.VisualBasic.Forms</AssemblyName>
41-
<AssemblyVersion>6.0.0.0</AssemblyVersion>
42-
</AssemblyInfo>
43-
<ReturnValue>
44-
<ReturnType>System.Drawing.Font</ReturnType>
45-
</ReturnValue>
46-
<Docs>
47-
<summary>Gets or sets the default font for Forms and UserControls application-wide. If this property is not written, or the event is not handled, the default font for Forms and UserControls is set by the system.</summary>
48-
<value>To be added.</value>
49-
<remarks>
1+
<Type Name="ApplyApplicationDefaultsEventArgs" FullName="Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs">
2+
<TypeSignature Language="C#" Value="public class ApplyApplicationDefaultsEventArgs : EventArgs" />
3+
<TypeSignature Language="ILAsm" Value=".class public auto ansi ApplyApplicationDefaultsEventArgs extends System.EventArgs" />
4+
<TypeSignature Language="DocId" Value="T:Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs" />
5+
<TypeSignature Language="VB.NET" Value="Public Class ApplyApplicationDefaultsEventArgs&#xA;Inherits EventArgs" />
6+
<TypeSignature Language="F#" Value="type ApplyApplicationDefaultsEventArgs = class&#xA; inherit EventArgs" />
7+
<TypeSignature Language="C++ CLI" Value="public ref class ApplyApplicationDefaultsEventArgs : EventArgs" />
8+
<AssemblyInfo>
9+
<AssemblyName>Microsoft.VisualBasic.Forms</AssemblyName>
10+
<AssemblyVersion>6.0.0.0</AssemblyVersion>
11+
</AssemblyInfo>
12+
<Base>
13+
<BaseTypeName>System.EventArgs</BaseTypeName>
14+
</Base>
15+
<Interfaces />
16+
<Attributes>
17+
<Attribute>
18+
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]</AttributeName>
19+
<AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)&gt;]</AttributeName>
20+
</Attribute>
21+
<Attribute>
22+
<AttributeName Language="C#">[System.Runtime.InteropServices.ComVisible(false)]</AttributeName>
23+
<AttributeName Language="F#">[&lt;System.Runtime.InteropServices.ComVisible(false)&gt;]</AttributeName>
24+
</Attribute>
25+
</Attributes>
26+
<Docs>
27+
<summary>Provides context for the ApplyApplicationDefaults event.</summary>
28+
<remarks>To be added.</remarks>
29+
</Docs>
30+
<Members>
31+
<Member MemberName="Font">
32+
<MemberSignature Language="C#" Value="public System.Drawing.Font Font { get; set; }" />
33+
<MemberSignature Language="ILAsm" Value=".property instance class System.Drawing.Font Font" />
34+
<MemberSignature Language="DocId" Value="P:Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.Font" />
35+
<MemberSignature Language="VB.NET" Value="Public Property Font As Font" />
36+
<MemberSignature Language="F#" Value="member this.Font : System.Drawing.Font with get, set" Usage="Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.Font" />
37+
<MemberSignature Language="C++ CLI" Value="public:&#xA; property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };" />
38+
<MemberType>Property</MemberType>
39+
<AssemblyInfo>
40+
<AssemblyName>Microsoft.VisualBasic.Forms</AssemblyName>
41+
<AssemblyVersion>6.0.0.0</AssemblyVersion>
42+
</AssemblyInfo>
43+
<ReturnValue>
44+
<ReturnType>System.Drawing.Font</ReturnType>
45+
</ReturnValue>
46+
<Docs>
47+
<summary>Gets or sets the default font for Forms and UserControls application-wide. If this property is not written, or the event is not handled, the default font for Forms and UserControls is set by the system.</summary>
48+
<value>To be added.</value>
49+
<remarks>
5050
<format type="text/markdown"><![CDATA[
5151
5252
## Remarks
5353
5454
When the ApplyApplicationDefault event is raised, this property contains nothing. A new default Font for the
5555
application is applied by setting this property with a value other than nothing.
5656
57-
]]></format>
58-
</remarks>
59-
</Docs>
60-
</Member>
61-
<Member MemberName="HighDpiMode">
62-
<MemberSignature Language="C#" Value="public System.Windows.Forms.HighDpiMode HighDpiMode { get; set; }" />
63-
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Windows.Forms.HighDpiMode HighDpiMode" />
64-
<MemberSignature Language="DocId" Value="P:Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.HighDpiMode" />
65-
<MemberSignature Language="VB.NET" Value="Public Property HighDpiMode As HighDpiMode" />
66-
<MemberSignature Language="F#" Value="member this.HighDpiMode : System.Windows.Forms.HighDpiMode with get, set" Usage="Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.HighDpiMode" />
67-
<MemberSignature Language="C++ CLI" Value="public:&#xA; property System::Windows::Forms::HighDpiMode HighDpiMode { System::Windows::Forms::HighDpiMode get(); void set(System::Windows::Forms::HighDpiMode value); };" />
68-
<MemberType>Property</MemberType>
69-
<AssemblyInfo>
70-
<AssemblyName>Microsoft.VisualBasic.Forms</AssemblyName>
71-
<AssemblyVersion>6.0.0.0</AssemblyVersion>
72-
</AssemblyInfo>
73-
<ReturnValue>
74-
<ReturnType>System.Windows.Forms.HighDpiMode</ReturnType>
75-
</ReturnValue>
76-
<Docs>
77-
<summary>Gets or sets the general <see cref="T:System.Windows.Forms.HighDpiMode" /> for the application.</summary>
78-
<value>The general <see cref="T:System.Windows.Forms.HighDpiMode" /> for the application. The default value is <see cref="F:System.Windows.Forms.HighDpiMode.SystemAware" />.</value>
79-
<remarks>
57+
]]></format>
58+
</remarks>
59+
</Docs>
60+
</Member>
61+
<Member MemberName="HighDpiMode">
62+
<MemberSignature Language="C#" Value="public System.Windows.Forms.HighDpiMode HighDpiMode { get; set; }" />
63+
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Windows.Forms.HighDpiMode HighDpiMode" />
64+
<MemberSignature Language="DocId" Value="P:Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.HighDpiMode" />
65+
<MemberSignature Language="VB.NET" Value="Public Property HighDpiMode As HighDpiMode" />
66+
<MemberSignature Language="F#" Value="member this.HighDpiMode : System.Windows.Forms.HighDpiMode with get, set" Usage="Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.HighDpiMode" />
67+
<MemberSignature Language="C++ CLI" Value="public:&#xA; property System::Windows::Forms::HighDpiMode HighDpiMode { System::Windows::Forms::HighDpiMode get(); void set(System::Windows::Forms::HighDpiMode value); };" />
68+
<MemberType>Property</MemberType>
69+
<AssemblyInfo>
70+
<AssemblyName>Microsoft.VisualBasic.Forms</AssemblyName>
71+
<AssemblyVersion>6.0.0.0</AssemblyVersion>
72+
</AssemblyInfo>
73+
<ReturnValue>
74+
<ReturnType>System.Windows.Forms.HighDpiMode</ReturnType>
75+
</ReturnValue>
76+
<Docs>
77+
<summary>Gets or sets the general <see cref="T:System.Windows.Forms.HighDpiMode" /> for the application.</summary>
78+
<value>The general <see cref="T:System.Windows.Forms.HighDpiMode" /> for the application. The default value is <see cref="F:System.Windows.Forms.HighDpiMode.SystemAware" />.</value>
79+
<remarks>
8080
<format type="text/markdown"><![CDATA[
8181
8282
## Remarks
8383
8484
The default value for this property is SystemAware.
8585
86-
]]></format>
87-
</remarks>
88-
</Docs>
89-
</Member>
90-
<Member MemberName="MinimumSplashScreenDisplayTime">
91-
<MemberSignature Language="C#" Value="public int MinimumSplashScreenDisplayTime { get; set; }" />
92-
<MemberSignature Language="ILAsm" Value=".property instance int32 MinimumSplashScreenDisplayTime" />
93-
<MemberSignature Language="DocId" Value="P:Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.MinimumSplashScreenDisplayTime" />
94-
<MemberSignature Language="VB.NET" Value="Public Property MinimumSplashScreenDisplayTime As Integer" />
95-
<MemberSignature Language="F#" Value="member this.MinimumSplashScreenDisplayTime : int with get, set" Usage="Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.MinimumSplashScreenDisplayTime" />
96-
<MemberSignature Language="C++ CLI" Value="public:&#xA; property int MinimumSplashScreenDisplayTime { int get(); void set(int value); };" />
97-
<MemberType>Property</MemberType>
98-
<AssemblyInfo>
99-
<AssemblyName>Microsoft.VisualBasic.Forms</AssemblyName>
100-
<AssemblyVersion>6.0.0.0</AssemblyVersion>
101-
</AssemblyInfo>
102-
<ReturnValue>
103-
<ReturnType>System.Int32</ReturnType>
104-
</ReturnValue>
105-
<Docs>
106-
<summary>Gets or sets the minimum time, in milliseconds, that an application's Splash dialog is displayed.</summary>
107-
108-
<value>To be added.</value>
109-
<remarks>To be added.</remarks>
110-
</Docs>
111-
</Member>
112-
</Members>
113-
</Type>
86+
]]></format>
87+
</remarks>
88+
</Docs>
89+
</Member>
90+
<Member MemberName="MinimumSplashScreenDisplayTime">
91+
<MemberSignature Language="C#" Value="public int MinimumSplashScreenDisplayTime { get; set; }" />
92+
<MemberSignature Language="ILAsm" Value=".property instance int32 MinimumSplashScreenDisplayTime" />
93+
<MemberSignature Language="DocId" Value="P:Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.MinimumSplashScreenDisplayTime" />
94+
<MemberSignature Language="VB.NET" Value="Public Property MinimumSplashScreenDisplayTime As Integer" />
95+
<MemberSignature Language="F#" Value="member this.MinimumSplashScreenDisplayTime : int with get, set" Usage="Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs.MinimumSplashScreenDisplayTime" />
96+
<MemberSignature Language="C++ CLI" Value="public:&#xA; property int MinimumSplashScreenDisplayTime { int get(); void set(int value); };" />
97+
<MemberType>Property</MemberType>
98+
<AssemblyInfo>
99+
<AssemblyName>Microsoft.VisualBasic.Forms</AssemblyName>
100+
<AssemblyVersion>6.0.0.0</AssemblyVersion>
101+
</AssemblyInfo>
102+
<ReturnValue>
103+
<ReturnType>System.Int32</ReturnType>
104+
</ReturnValue>
105+
<Docs>
106+
<summary>Gets or sets the minimum time, in milliseconds, that an application's Splash dialog is displayed.</summary>
107+
<value>To be added.</value>
108+
<remarks>To be added.</remarks>
109+
</Docs>
110+
</Member>
111+
</Members>
112+
</Type>

0 commit comments

Comments
 (0)