Konstruktor ProvideStaticToolboxItemAttribute — (String, String, String, String, String, String, Int32, String, String, String, String)
Inicjuje nowe wystąpienie ProvideStaticToolboxItemAttribute z aktualnie metadanych.
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, _
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
)
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.
- assemblyName
Typ: System.String
Nazwa zestawu.
- typeName
Typ: System.String
Nazwa typu.
- targetedItemProvider
Typ: System.String
Dostawca elementu docelowego.
- supportedFrameworks
Typ: System.String
Ramami obsługiwane.
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