Konstruktor ModelingToolboxItem — (String, Int32, String, Bitmap, String, String, String, String, ElementGroupPrototype, ICollection)
Ten typ ma atrybut SecurityCriticalAttribute, który ogranicza możliwość użycia go do wewnętrznego użycia w programie .NET Framework na potrzeby biblioteki klas technologii Silverlight. Kod aplikacji, w którym jest używany dowolny element członkowski tego typu, powoduje powstanie wyjątku MethodAccessException.
[ZABEZPIECZENIA KRYTYCZNE]
Inicjuje nowe wystąpienie ModelingToolboxItem klasy z określone informacje.
Przestrzeń nazw: Microsoft.VisualStudio.Modeling.Design
Zestaw: Microsoft.VisualStudio.Modeling.Sdk.12.0 (w Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Składnia
'Deklaracja
Public Sub New ( _
id As String, _
position As Integer, _
displayName As String, _
bitmap As Bitmap, _
tabNameId As String, _
tabName As String, _
f1Keyword As String, _
tooltip As String, _
prototype As ElementGroupPrototype, _
toolboxFilters As ICollection _
)
public ModelingToolboxItem(
string id,
int position,
string displayName,
Bitmap bitmap,
string tabNameId,
string tabName,
string f1Keyword,
string tooltip,
ElementGroupPrototype prototype,
ICollection toolboxFilters
)
Parametry
- id
Typ: System.String
Identyfikator tego elementu przybornika.
- position
Typ: System.Int32
Wyświetlanego ten element przybornika, na karcie DSL w projektancie wygenerowany.
- displayName
Typ: System.String
Nazwę wyświetlaną dla tego elementu przybornika.
- bitmap
Typ: System.Drawing.Bitmap
8-Bitowe bitmapy, reprezentującą ten element przybornika w przyborniku.
- tabNameId
Typ: System.String
Identyfikator Przybornik kartę, z którym skojarzony jest ten element przybornika.
Identyfikator karty przybornik, z którym skojarzony jest ten element przybornika.
- tabName
Typ: System.String
Zlokalizowana nazwa Karta przybornika, z którym skojarzony jest ten element przybornika.
- f1Keyword
Typ: System.String
Słowo kluczowe F1 dla tematu Pomocy skojarzonego z tym towarem w przyborniku.
- tooltip
Typ: System.String
Tekst etykietki narzędzia dla tego elementu przybornika.
- prototype
Typ: Microsoft.VisualStudio.Modeling.ElementGroupPrototype
Informacje wymagane do utworzenia ElementGroup dla tego elementu przybornika.
- toolboxFilters
Typ: System.Collections.ICollection
Kolekcja ToolboxItemFilterAttribute atrybuty, które mają zastosowanie do tego elementu przybornika.