Parameters
- ownerWindowHandle
- The window handle of the parent window that shows the dialog.
- project
- The project choosen.
Return Value
true if the user clicked OK, false if the user clicked Cancel
Exception | Description |
---|---|
System.Threading.ThreadStateException | This operation needs the current thread to be a STA thread. To do so, just tag your Main() method with the [STAThread] attribute. |
Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed
IProjectManager Interface
IProjectManager Members
ShowDialogSelectAssemblies(IntPtr,ICollection<IAbsoluteFilePath>) Method
ShowDialogSelectAssemblies(IntPtr,ICollection<IAbsoluteFilePath>,ICollection<IAbsoluteFilePath>) Method
ShowDialogSelectVisualStudioSolutionsOrProjects Method
ShowDialogBuildComparison Method