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: Microsoft.InteropFormTools.InteropFormProxyGenerator/Microsoft.InteropFormTools.InteropFormProxyGenerator.vbproj
<HintPath>..\..\..\Program Files (x86)\Microsoft Visual Basic Power Packs\Interop Forms Toolkit 2.1\SDK\Libraries\Microsoft.InteropFormTools.dll</HintPath>
''' Initialization of the package; this method is called right after the package is sited, so this is the place
40
+
''' where you can put all the initialization code that rely on services provided by VisualStudio.
41
+
''' </summary>
42
+
''' <param name="cancellationToken">A cancellation token to monitor for initialization cancellation, which can occur when VS is shutting down.</param>
43
+
''' <param name="progress">A provider for progress updates.</param>
44
+
''' <returns>A task representing the async work of package initialization, or an already completed task if there is none. Do not return null from this method.</returns>
0 commit comments