ProvideStaticToolboxItemAttribute Class
This attribute declares a toolbox item which the toolbox will read from the registry. See the comments on IVsToolboxItemProvider for more details.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
System.Attribute
Microsoft.VisualStudio.Shell.RegistrationAttribute
Microsoft.VisualStudio.Shell.ProvideStaticToolboxItemAttribute
| Name | Description | |
|---|---|---|
![]() | ProvideStaticToolboxItemAttribute(String, String, String, String, String, String, Int32) | Initializes a new instance of ProvideStaticToolboxItemAttribute with the specified data. |
![]() | ProvideStaticToolboxItemAttribute(String, String, String, String, String, String, Int32, String, String, String, String) | Initializes a new instance of ProvideStaticToolboxItemAttribute with multitargeting metadata. |
| Name | Description | |
|---|---|---|
![]() | AssemblyName | Gets the assembly name. |
![]() | BitmapIndex | Gets the bitmap index. |
![]() | BitmapResourceId | Gets the bitmap resource ID. |
![]() | Formats | Gets the formats. |
![]() | GroupId | Gets the group ID. |
![]() | HelpKeyword | Gets the help keyword. |
![]() | Id | Gets the ID. |
![]() | Index | Gets the index. |
![]() | Name | Gets the name. |
![]() | SupportedFrameworks | Gets the supported frameworks. |
![]() | TargetedItemProvider | Gets the targeted item provider. |
![]() | TipComponentType | Gets the tip component type. |
![]() | TipDescription | Gets the tip description. |
![]() | TipPublisher | Gets the tip publisher. |
![]() | TipTitle | Gets the tip title. |
![]() | TipVersion | Gets the tip version. |
![]() | TransparentColor | Gets the color. |
![]() | TypeId | Gets the current instance of this attribute.(Inherited from RegistrationAttribute.) |
![]() | TypeName | Gets the type name. |
![]() | UseProjectTargetFrameworkVersionInTooltip | Determines whether to use the target framework version in the tooltip. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Attribute.) |
![]() | GetHashCode() | (Inherited from Attribute.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsDefaultAttribute() | (Inherited from Attribute.) |
![]() | Match(Object) | (Inherited from Attribute.) |
![]() | Register(RegistrationAttribute.RegistrationContext) | Called to register this attribute with the given context. (Overrides RegistrationAttribute.Register(RegistrationAttribute.RegistrationContext).) |
![]() | ToString() | (Inherited from Object.) |
![]() | Unregister(RegistrationAttribute.RegistrationContext) | Removes the registration data.(Overrides RegistrationAttribute.Unregister(RegistrationAttribute.RegistrationContext).) |
| Name | Description | |
|---|---|---|
![]() ![]() | _Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute.GetTypeInfoCount(UInt32) | (Inherited from Attribute.) |
![]() ![]() | _Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | (Inherited from Attribute.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



