ProvideStaticToolboxItemAttribute Class

 

This attribute declares a toolbox item which the toolbox will read from the registry. See the comments on IVsToolboxItemProvider for more details.

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.ProvideStaticToolboxItemAttribute

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

NameDescription
System_CAPS_pubmethodProvideStaticToolboxItemAttribute(String, String, String, String, String, String, Int32)

Initializes a new instance of ProvideStaticToolboxItemAttribute with the specified data.

System_CAPS_pubmethodProvideStaticToolboxItemAttribute(String, String, String, String, String, String, Int32, String, String, String, String)

Initializes a new instance of ProvideStaticToolboxItemAttribute with multitargeting metadata.

NameDescription
System_CAPS_pubpropertyAssemblyName

Gets the assembly name.

System_CAPS_pubpropertyBitmapIndex

Gets the bitmap index.

System_CAPS_pubpropertyBitmapResourceId

Gets the bitmap resource ID.

System_CAPS_pubpropertyFormats

Gets the formats.

System_CAPS_pubpropertyGroupId

Gets the group ID.

System_CAPS_pubpropertyHelpKeyword

Gets the help keyword.

System_CAPS_pubpropertyId

Gets the ID.

System_CAPS_pubpropertyIndex

Gets the index.

System_CAPS_pubpropertyName

Gets the name.

System_CAPS_pubpropertySupportedFrameworks

Gets the supported frameworks.

System_CAPS_pubpropertyTargetedItemProvider

Gets the targeted item provider.

System_CAPS_pubpropertyTipComponentType

Gets the tip component type.

System_CAPS_pubpropertyTipDescription

Gets the tip description.

System_CAPS_pubpropertyTipPublisher

Gets the tip publisher.

System_CAPS_pubpropertyTipTitle

Gets the tip title.

System_CAPS_pubpropertyTipVersion

Gets the tip version.

System_CAPS_pubpropertyTransparentColor

Gets the color.

System_CAPS_pubpropertyTypeId

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

System_CAPS_pubpropertyTypeName

Gets the type name.

System_CAPS_pubpropertyUseProjectTargetFrameworkVersionInTooltip

Determines whether to use the target framework version in the tooltip.

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: