ProvideToolboxItemConfigurationAttribute(Type) Oluşturucu

Tanım

Yeni bir örneğini başlatır ProvideToolboxItemConfigurationAttribute .

public:
 ProvideToolboxItemConfigurationAttribute(Type ^ objectType);
public:
 ProvideToolboxItemConfigurationAttribute(Platform::Type ^ objectType);
public ProvideToolboxItemConfigurationAttribute (Type objectType);
new Microsoft.VisualStudio.Shell.ProvideToolboxItemConfigurationAttribute : Type -> Microsoft.VisualStudio.Shell.ProvideToolboxItemConfigurationAttribute
Public Sub New (objectType As Type)

Parametreler

objectType
Type

[in] Type .

Açıklamalar

objectType , uygulayan bir ortak sınıf olmalıdır IConfigureToolboxItem .

Bu sınıf Ayrıca ToolboxItem , belirtilen derlemeler için yapılandırma desteği sağlayan olarak kaydolmalıdır. Uygulama sınıfları hakkında daha fazla bilgi için IConfigureToolboxItem bkz IConfigureToolboxItem ..

Şunlara uygulanır