ProvideStaticToolboxItemAttribute, constructeur (String, String, String, String, String, String, Int32)
Initialise une nouvelle instance d'ProvideStaticToolboxItemAttribute avec les données spécifiées.
Espace de noms : Microsoft.VisualStudio.Shell
Assembly : Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)
Syntaxe
'Déclaration
Public Sub New ( _
groupId As String, _
name As String, _
id As String, _
formats As String, _
helpKeyword As String, _
bitmapResourceId As String, _
transparentColor As Integer _
)
public ProvideStaticToolboxItemAttribute(
string groupId,
string name,
string id,
string formats,
string helpKeyword,
string bitmapResourceId,
int transparentColor
)
Paramètres
- groupId
Type : System.String
L'ID groupe.
- name
Type : System.String
Nom.
- id
Type : System.String
L'IDENTIFICATEUR
- formats
Type : System.String
Les formats.
- helpKeyword
Type : System.String
Mot clé d'aide.
- bitmapResourceId
Type : System.String
ID de ressource bitmap.
- transparentColor
Type : System.Int32
Couleur.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
ProvideStaticToolboxItemAttribute Classe