Skip to content

Commit 9dd599d

Browse files
authored
Public the Unshipped APIs (#12843)
1 parent d1bbb32 commit 9dd599d

File tree

5 files changed

+888
-888
lines changed

5 files changed

+888
-888
lines changed

src/Microsoft.VisualBasic.Forms/src/PublicAPI.Shipped.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,14 @@ Microsoft.VisualBasic.MyServices.ClipboardProxy.GetText(format As System.Windows
271271
Microsoft.VisualBasic.MyServices.ClipboardProxy.SetAudio(audioBytes As Byte()) -> Void
272272
Microsoft.VisualBasic.MyServices.ClipboardProxy.SetAudio(audioStream As System.IO.Stream) -> Void
273273
Microsoft.VisualBasic.MyServices.ClipboardProxy.SetData(format As String, data As Object) -> Void
274+
Microsoft.VisualBasic.MyServices.ClipboardProxy.SetDataAsJson(Of T)(format As String, data As T) -> Void
274275
Microsoft.VisualBasic.MyServices.ClipboardProxy.SetDataObject(data As System.Windows.Forms.DataObject) -> Void
275276
Microsoft.VisualBasic.MyServices.ClipboardProxy.SetFileDropList(filePaths As System.Collections.Specialized.StringCollection) -> Void
276277
Microsoft.VisualBasic.MyServices.ClipboardProxy.SetImage(image As System.Drawing.Image) -> Void
277278
Microsoft.VisualBasic.MyServices.ClipboardProxy.SetText(text As String) -> Void
278279
Microsoft.VisualBasic.MyServices.ClipboardProxy.SetText(text As String, format As System.Windows.Forms.TextDataFormat) -> Void
280+
Microsoft.VisualBasic.MyServices.ClipboardProxy.TryGetData(Of T)(format As String, ByRef data As T) -> Boolean
281+
Microsoft.VisualBasic.MyServices.ClipboardProxy.TryGetData(Of T)(format As String, resolver As System.Func(Of System.Reflection.Metadata.TypeName, System.Type), ByRef data As T) -> Boolean
279282
Microsoft.VisualBasic.MyServices.FileSystemProxy
280283
Microsoft.VisualBasic.MyServices.FileSystemProxy.CombinePath(baseDirectory As String, relativePath As String) -> String
281284
Microsoft.VisualBasic.MyServices.FileSystemProxy.CopyDirectory(sourceDirectoryName As String, destinationDirectoryName As String) -> Void
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
Microsoft.VisualBasic.MyServices.ClipboardProxy.TryGetData(Of T)(format As String, ByRef data As T) -> Boolean
2-
Microsoft.VisualBasic.MyServices.ClipboardProxy.TryGetData(Of T)(format As String, resolver As System.Func(Of System.Reflection.Metadata.TypeName, System.Type), ByRef data As T) -> Boolean
3-
Microsoft.VisualBasic.MyServices.ClipboardProxy.SetDataAsJson(Of T)(format As String, data As T) -> Void

src/System.Windows.Forms.Design/src/PublicAPI.Shipped.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
~override System.ComponentModel.Design.ArrayEditor.CreateCollectionItemType() -> System.Type
33
~override System.ComponentModel.Design.ArrayEditor.GetItems(object editValue) -> object[]
44
~override System.ComponentModel.Design.ArrayEditor.SetItems(object editValue, object[] value) -> object
5-
override System.Windows.Forms.Design.ComponentDocumentDesigner.Initialize(System.ComponentModel.IComponent! component) -> void
6-
override System.Windows.Forms.Design.ComponentDocumentDesigner.PreFilterProperties(System.Collections.IDictionary! properties) -> void
75
~override System.Windows.Forms.Design.ComponentTray.GetService(System.Type serviceType) -> object
86
~override System.Windows.Forms.Design.ComponentTray.OnDragDrop(System.Windows.Forms.DragEventArgs de) -> void
97
~override System.Windows.Forms.Design.ComponentTray.OnDragEnter(System.Windows.Forms.DragEventArgs de) -> void
@@ -74,7 +72,6 @@ override System.Windows.Forms.Design.ComponentDocumentDesigner.PreFilterProperti
7472
~System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection.AddRange(params System.Windows.Forms.Design.Behavior.Adorner[] value) -> void
7573
~System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollectionEnumerator.Current.get -> System.Windows.Forms.Design.Behavior.Adorner
7674
~System.Windows.Forms.Design.Behavior.GlyphCollection.AddRange(params System.Windows.Forms.Design.Behavior.Glyph[] value) -> void
77-
System.Windows.Forms.Design.ComponentDocumentDesigner.Control.get -> System.Windows.Forms.Control!
7875
~System.Windows.Forms.Design.ComponentTray.ComponentTray(System.ComponentModel.Design.IDesigner mainDesigner, System.IServiceProvider serviceProvider) -> void
7976
~System.Windows.Forms.Design.ComponentTray.CreateComponentFromTool(System.Drawing.Design.ToolboxItem tool) -> void
8077
~System.Windows.Forms.Design.ComponentTray.DisplayError(System.Exception e) -> void
@@ -91,7 +88,6 @@ System.Windows.Forms.Design.ComponentDocumentDesigner.Control.get -> System.Wind
9188
~System.Windows.Forms.Design.ParentControlDesigner.GetControl(object component) -> System.Windows.Forms.Control
9289
~System.Windows.Forms.Design.ParentControlDesigner.MouseDragTool.get -> System.Drawing.Design.ToolboxItem
9390
~virtual System.ComponentModel.Design.DesignerActionMethodItem.MemberName.get -> string
94-
virtual System.Windows.Forms.Design.ComponentDocumentDesigner.GetToolSupported(System.Drawing.Design.ToolboxItem! tool) -> bool
9591
~virtual System.Windows.Forms.Design.ComponentTray.AddComponent(System.ComponentModel.IComponent component) -> void
9692
~virtual System.Windows.Forms.Design.ComponentTray.CanCreateComponentFromTool(System.Drawing.Design.ToolboxItem tool) -> bool
9793
~virtual System.Windows.Forms.Design.ComponentTray.CanDisplayComponent(System.ComponentModel.IComponent component) -> bool
@@ -225,6 +221,8 @@ override System.Windows.Forms.Design.Behavior.SnapLine.ToString() -> string!
225221
override System.Windows.Forms.Design.BorderSidesEditor.EditValue(System.ComponentModel.ITypeDescriptorContext? context, System.IServiceProvider! provider, object? value) -> object?
226222
override System.Windows.Forms.Design.BorderSidesEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext? context) -> System.Drawing.Design.UITypeEditorEditStyle
227223
override System.Windows.Forms.Design.ComponentDocumentDesigner.Dispose(bool disposing) -> void
224+
override System.Windows.Forms.Design.ComponentDocumentDesigner.Initialize(System.ComponentModel.IComponent! component) -> void
225+
override System.Windows.Forms.Design.ComponentDocumentDesigner.PreFilterProperties(System.Collections.IDictionary! properties) -> void
228226
override System.Windows.Forms.Design.ComponentTray.Dispose(bool disposing) -> void
229227
override System.Windows.Forms.Design.ComponentTray.WndProc(ref System.Windows.Forms.Message m) -> void
230228
override System.Windows.Forms.Design.ControlDesigner.AssociatedComponents.get -> System.Collections.ICollection!
@@ -936,6 +934,7 @@ System.Windows.Forms.Design.ComponentActionsType.Component = 1 -> System.Windows
936934
System.Windows.Forms.Design.ComponentActionsType.Service = 2 -> System.Windows.Forms.Design.ComponentActionsType
937935
System.Windows.Forms.Design.ComponentDocumentDesigner
938936
System.Windows.Forms.Design.ComponentDocumentDesigner.ComponentDocumentDesigner() -> void
937+
System.Windows.Forms.Design.ComponentDocumentDesigner.Control.get -> System.Windows.Forms.Control!
939938
System.Windows.Forms.Design.ComponentDocumentDesigner.TrayAutoArrange.get -> bool
940939
System.Windows.Forms.Design.ComponentDocumentDesigner.TrayAutoArrange.set -> void
941940
System.Windows.Forms.Design.ComponentDocumentDesigner.TrayLargeIcon.get -> bool
@@ -1231,6 +1230,7 @@ virtual System.Windows.Forms.Design.Behavior.Behavior.OnQueryContinueDrag(System
12311230
virtual System.Windows.Forms.Design.Behavior.BehaviorDragDropEventHandler.Invoke(object! sender, System.Windows.Forms.Design.Behavior.BehaviorDragDropEventArgs! e) -> void
12321231
virtual System.Windows.Forms.Design.Behavior.Glyph.Behavior.get -> System.Windows.Forms.Design.Behavior.Behavior?
12331232
virtual System.Windows.Forms.Design.Behavior.Glyph.Bounds.get -> System.Drawing.Rectangle
1233+
virtual System.Windows.Forms.Design.ComponentDocumentDesigner.GetToolSupported(System.Drawing.Design.ToolboxItem! tool) -> bool
12341234
virtual System.Windows.Forms.Design.ComponentTray.OnLostCapture() -> void
12351235
virtual System.Windows.Forms.Design.ComponentTray.OnSetCursor() -> void
12361236
virtual System.Windows.Forms.Design.ControlDesigner.AccessibilityObject.get -> System.Windows.Forms.AccessibleObject!

0 commit comments

Comments
 (0)