ComponentPickerPropertyPageAttribute Constructor (Type^, Type^, String^)
Visual Studio 2015
Initializes a new instance of the ComponentPickerPropertyPageAttribute class.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public:
ComponentPickerPropertyPageAttribute(
Type^ packageType,
Type^ pageType,
String^ pageRegKeyName
)
Parameters
- packageType
-
Type:
System::Type^
Type of package that provides the page.
- pageType
-
Type:
System::Type^
Page type that needs to be registered.
- pageRegKeyName
-
Type:
System::String^
Registry key name for the page.
This constructor creates a new component picker page registration attribute to register a custom component picker property page.
Show: