ComponentPickerPropertyPageAttribute(Type, Type, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new ComponentPicker page registration attribute to register a custom component picker property page.
public:
ComponentPickerPropertyPageAttribute(Type ^ packageType, Type ^ pageType, System::String ^ pageRegKeyName);
public:
ComponentPickerPropertyPageAttribute(Platform::Type ^ packageType, Platform::Type ^ pageType, Platform::String ^ pageRegKeyName);
public ComponentPickerPropertyPageAttribute (Type packageType, Type pageType, string pageRegKeyName);
new Microsoft.VisualStudio.Shell.ComponentPickerPropertyPageAttribute : Type * Type * string -> Microsoft.VisualStudio.Shell.ComponentPickerPropertyPageAttribute
Public Sub New (packageType As Type, pageType As Type, pageRegKeyName As String)
Parameters
- packageType
- Type
The type of pacakge that provides the page
- pageType
- Type
The page type that needs to be registered
- pageRegKeyName
- String
Registry key name for the page.
Remarks
This constructor creates a new component picker page registration attribute to register a custom component picker property page.