ProvideStaticToolboxItemAttribute Constructor (String, String, String, String, String, String, Int32, String, String, String, String)
Creates a new ProvideStaticToolboxItemAttribute with multitargeting metadata.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
‘선언
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 _
)
‘사용 방법
Dim groupId As String
Dim name As String
Dim id As String
Dim formats As String
Dim helpKeyword As String
Dim bitmapResourceId As String
Dim transparentColor As Integer
Dim assemblyName As String
Dim typeName As String
Dim targetedItemProvider As String
Dim supportedFrameworks As String
Dim instance As New ProvideStaticToolboxItemAttribute(groupId, _
name, id, formats, helpKeyword, bitmapResourceId, _
transparentColor, assemblyName, _
typeName, targetedItemProvider, _
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
)
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
- groupId
Type: System.String
- name
Type: System.String
- id
Type: System.String
- formats
Type: System.String
- helpKeyword
Type: System.String
- bitmapResourceId
Type: System.String
- transparentColor
Type: System.Int32
- assemblyName
Type: System.String
- typeName
Type: System.String
- targetedItemProvider
Type: System.String
- supportedFrameworks
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ProvideStaticToolboxItemAttribute Class
ProvideStaticToolboxItemAttribute Members