Konstruktor ProvideStaticToolboxItemAttribute — (String, String, String, String, String, String, Int32)
Inicjuje nowe wystąpienie ProvideStaticToolboxItemAttribute z określonych danych.
Przestrzeń nazw: Microsoft.VisualStudio.Shell
Zestaw: Microsoft.VisualStudio.Shell.11.0 (w Microsoft.VisualStudio.Shell.11.0.dll)
Składnia
'Deklaracja
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
)
Parametry
- groupId
Typ: System.String
Identyfikator grupy.
- name
Typ: System.String
Nazwa.
- id
Typ: System.String
Identyfikator
- formats
Typ: System.String
Formaty.
- helpKeyword
Typ: System.String
Słowo kluczowe pomocy.
- bitmapResourceId
Typ: System.String
Identyfikator mapy bitowej zasobu.
- transparentColor
Typ: System.Int32
Kolor.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
ProvideStaticToolboxItemAttribute Klasa