ToolboxItemWrapper Construtores
Definição
Inicializa uma nova instância da classe ToolboxItemWrapper.Initializes a new instance of the ToolboxItemWrapper class.
Sobrecargas
| ToolboxItemWrapper() |
Inicializa uma nova instância da classe ToolboxItemWrapper.Initializes a new instance of the ToolboxItemWrapper class. |
| ToolboxItemWrapper(Type) |
Inicializa uma nova instância da classe ToolboxItemWrapper com o tipo da ferramenta.Initializes a new instance of the ToolboxItemWrapper class with the type of the tool. |
| ToolboxItemWrapper(Type, String) |
Inicializa uma nova instância da classe ToolboxItemWrapper com o tipo da ferramenta e o nome de exibição especificado.Initializes a new instance of the ToolboxItemWrapper class with the type of the tool and a specified display name. |
| ToolboxItemWrapper(Type, String, String) |
Inicializa uma nova instância da classe ToolboxItemWrapper com o tipo de ferramenta e os nomes especificados do bitmap e da exibição.Initializes a new instance of the ToolboxItemWrapper class with the type of the tool and specified names for the bitmap and display. |
| ToolboxItemWrapper(String, String, String, String) |
Inicializa uma nova instância da classe ToolboxItemWrapper com os nomes especificados da ferramenta, do assembly, do bitmap e da exibição.Initializes a new instance of the ToolboxItemWrapper class with specified names for the tool, assembly, bitmap, and display. |
ToolboxItemWrapper()
Inicializa uma nova instância da classe ToolboxItemWrapper.Initializes a new instance of the ToolboxItemWrapper class.
public:
ToolboxItemWrapper();
public ToolboxItemWrapper ();
Public Sub New ()
Comentários
O construtor sem parâmetros inicializa as ToolName AssemblyName Propriedades,, BitmapName e DisplayName com um vazio string .The parameterless constructor initializes the ToolName, AssemblyName, BitmapName, and DisplayName properties with an empty string.
Aplica-se a
ToolboxItemWrapper(Type)
Inicializa uma nova instância da classe ToolboxItemWrapper com o tipo da ferramenta.Initializes a new instance of the ToolboxItemWrapper class with the type of the tool.
public:
ToolboxItemWrapper(Type ^ toolType);
public ToolboxItemWrapper (Type toolType);
new System.Activities.Presentation.Toolbox.ToolboxItemWrapper : Type -> System.Activities.Presentation.Toolbox.ToolboxItemWrapper
Public Sub New (toolType As Type)
Parâmetros
- toolType
- Type
O tipo da ferramenta.The type of the tool.
Comentários
As ToolName AssemblyName Propriedades e podem ser extraídas do toolType parâmetro.The ToolName and AssemblyName properties can be extracted from the toolType parameter. As BitmapName DisplayName Propriedades e são cada uma inicializadas com um vazio string .The BitmapName and DisplayName properties are each initialized with an empty string.
Aplica-se a
ToolboxItemWrapper(Type, String)
Inicializa uma nova instância da classe ToolboxItemWrapper com o tipo da ferramenta e o nome de exibição especificado.Initializes a new instance of the ToolboxItemWrapper class with the type of the tool and a specified display name.
public:
ToolboxItemWrapper(Type ^ toolType, System::String ^ displayName);
public ToolboxItemWrapper (Type toolType, string displayName);
new System.Activities.Presentation.Toolbox.ToolboxItemWrapper : Type * string -> System.Activities.Presentation.Toolbox.ToolboxItemWrapper
Public Sub New (toolType As Type, displayName As String)
Parâmetros
- toolType
- Type
O tipo da ferramenta.The type of the tool.
- displayName
- String
O nome da exibição.The name of the display.
Comentários
As ToolName AssemblyName Propriedades e podem ser extraídas do toolType parâmetro.The ToolName and AssemblyName properties can be extracted from the toolType parameter. A BitmapName propriedade é inicializada com um vazio string .The BitmapName property is initialized with an empty string.
Aplica-se a
ToolboxItemWrapper(Type, String, String)
Inicializa uma nova instância da classe ToolboxItemWrapper com o tipo de ferramenta e os nomes especificados do bitmap e da exibição.Initializes a new instance of the ToolboxItemWrapper class with the type of the tool and specified names for the bitmap and display.
public:
ToolboxItemWrapper(Type ^ toolType, System::String ^ bitmapName, System::String ^ displayName);
public ToolboxItemWrapper (Type toolType, string bitmapName, string displayName);
new System.Activities.Presentation.Toolbox.ToolboxItemWrapper : Type * string * string -> System.Activities.Presentation.Toolbox.ToolboxItemWrapper
Public Sub New (toolType As Type, bitmapName As String, displayName As String)
Parâmetros
- toolType
- Type
O tipo da ferramenta.The type of the tool.
- bitmapName
- String
Um string que contém o nome do bitmap.A string that contains the name of the bitmap.
- displayName
- String
Um string que contém o nome da exibição.A string that contains the name of the display.
Comentários
As ToolName AssemblyName Propriedades e podem ser extraídas do toolType parâmetro.The ToolName and AssemblyName properties can be extracted from the toolType parameter.
Aplica-se a
ToolboxItemWrapper(String, String, String, String)
Inicializa uma nova instância da classe ToolboxItemWrapper com os nomes especificados da ferramenta, do assembly, do bitmap e da exibição.Initializes a new instance of the ToolboxItemWrapper class with specified names for the tool, assembly, bitmap, and display.
public:
ToolboxItemWrapper(System::String ^ toolName, System::String ^ assemblyName, System::String ^ bitmapName, System::String ^ displayName);
public ToolboxItemWrapper (string toolName, string assemblyName, string bitmapName, string displayName);
new System.Activities.Presentation.Toolbox.ToolboxItemWrapper : string * string * string * string -> System.Activities.Presentation.Toolbox.ToolboxItemWrapper
Public Sub New (toolName As String, assemblyName As String, bitmapName As String, displayName As String)
Parâmetros
- toolName
- String
O nome da ferramenta.The name of the tool.
- assemblyName
- String
O nome do assembly.The name of the assembly.
- bitmapName
- String
O nome do bitmap.The name of the bitmap.
- displayName
- String
O nome da exibição.The name of the display.