ProvideStaticToolboxItemAttribute Constructor (String, String, String, String, String, String, Int32, String, String, String, String)

Initializes a new instance of ProvideStaticToolboxItemAttribute with multitargeting metadata.

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

Syntax

'Declaration
Public Sub New ( _
    groupId As String, _
    name As String, _
    id As String, _
    formats As String, _
    helpKeyword As String, _
    bitmapResourceId As String, _
    transparentColor As Integer, _
    assemblyName As String, _
    typeName As String, _
    targetedItemProvider As String, _
    supportedFrameworks As String _
)
public ProvideStaticToolboxItemAttribute(
    string groupId,
    string name,
    string id,
    string formats,
    string helpKeyword,
    string bitmapResourceId,
    int transparentColor,
    string assemblyName,
    string typeName,
    string targetedItemProvider,
    string supportedFrameworks
)
public:
ProvideStaticToolboxItemAttribute(
    String^ groupId, 
    String^ name, 
    String^ id, 
    String^ formats, 
    String^ helpKeyword, 
    String^ bitmapResourceId, 
    int transparentColor, 
    String^ assemblyName, 
    String^ typeName, 
    String^ targetedItemProvider, 
    String^ supportedFrameworks
)
new : 
        groupId:string * 
        name:string * 
        id:string * 
        formats:string * 
        helpKeyword:string * 
        bitmapResourceId:string * 
        transparentColor:int * 
        assemblyName:string * 
        typeName:string * 
        targetedItemProvider:string * 
        supportedFrameworks:string -> ProvideStaticToolboxItemAttribute
public function ProvideStaticToolboxItemAttribute(
    groupId : String, 
    name : String, 
    id : String, 
    formats : String, 
    helpKeyword : String, 
    bitmapResourceId : String, 
    transparentColor : int, 
    assemblyName : String, 
    typeName : String, 
    targetedItemProvider : String, 
    supportedFrameworks : String
)

Parameters

  • targetedItemProvider
    Type: System.String
    The targeted item provider.
  • supportedFrameworks
    Type: System.String
    The supported frameworks.

.NET Framework Security

See Also

Reference

ProvideStaticToolboxItemAttribute Class

ProvideStaticToolboxItemAttribute Overload

Microsoft.VisualStudio.Shell Namespace