How to be able to derive from Microsoft.VisualStudio.PlatformUI.DialogWindow?

Dave Reid 0 Reputation points
2024-05-30T19:38:59.5166667+00:00

I have been unable to get visibility to DialogWindow. The following fails.

Public Class Class1

Inherits Microsoft.VisualStudio.PlatformUI.DialogWindow
```End Class

I installed "Visual Studio extension development" but typing "Microsoft." in IntelliSense still does not show "VisualStudio" as being available for the next piece. A search in Object Browser gets no matches for "DialogWindow".
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,814 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
189 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
996 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. 2024-05-30T20:11:24.4366667+00:00