Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the ComponentPickerPropertyPageAttribute class.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Sub New ( _
packageType As Type, _
pageType As Type, _
pageRegKeyName As String _
)
public ComponentPickerPropertyPageAttribute(
Type packageType,
Type pageType,
string pageRegKeyName
)
public:
ComponentPickerPropertyPageAttribute(
Type^ packageType,
Type^ pageType,
String^ pageRegKeyName
)
new :
packageType:Type *
pageType:Type *
pageRegKeyName:string -> ComponentPickerPropertyPageAttribute
public function ComponentPickerPropertyPageAttribute(
packageType : Type,
pageType : Type,
pageRegKeyName : String
)
Parameters
packageType
Type: TypeType of package that provides the page.
pageType
Type: TypePage type that needs to be registered.
pageRegKeyName
Type: StringRegistry key name for the page.
Remarks
This constructor creates a new component picker page registration attribute to register a custom component picker property page.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.