Package.GetDialogPage Method (Type)
Visual Studio 2015
Gets the requested dialog page.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- dialogPageType
-
Type:
System.Type
The type of dialog page to retrieve.
| Exception | Condition |
|---|---|
| ArgumentNullException | dialogPageType is null. |
| ArgumentException |
|
This method returns the requested dialog page. Dialog pages are cached so that only a single instance of their state is preserved. The page is dynamically created if it is not in the cache.
Show: