ProvideStaticToolboxGroupAttribute Class

 

This attribute declares a toolbox group which will be created on toolbox initialization.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  System.Attribute
    Microsoft.VisualStudio.Shell.RegistrationAttribute
      Microsoft.VisualStudio.Shell.ProvideStaticToolboxGroupAttribute

[AttributeUsageAttribute(AttributeTargets.Class, Inherited = true, 
	AllowMultiple = true)]
public sealed class ProvideStaticToolboxGroupAttribute : RegistrationAttribute

NameDescription
System_CAPS_pubmethodProvideStaticToolboxGroupAttribute(String, String)

Initializes a new instance of ProvideStaticToolboxGroupAttribute.

NameDescription
System_CAPS_pubpropertyId

Gets the group ID.

System_CAPS_pubpropertyIndex

Gets the index of the toolbox group.

System_CAPS_pubpropertyName

Gets the name of the toolbox group.

System_CAPS_pubpropertyTypeId

Gets the current instance of this attribute.(Inherited from RegistrationAttribute.)

The group may optionally contain items created with the ProvideStaticToolboxItemAttribute.

See comments on IVsToolboxItemProvider in vsshell100.idl for more details.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: