ComponentPickerPropertyPageAttribute(Type, Type, String) Constructor

Definition

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.

Applies to