Construtor ToolboxExampleAttribute
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Initializes a new instance of the ToolboxExampleAttribute class.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
Public Sub New ( _
toolboxExampleFactoryType As Type _
)
public ToolboxExampleAttribute(
Type toolboxExampleFactoryType
)
public:
ToolboxExampleAttribute(
Type^ toolboxExampleFactoryType
)
new :
toolboxExampleFactoryType:Type -> ToolboxExampleAttribute
public function ToolboxExampleAttribute(
toolboxExampleFactoryType : Type
)
Parâmetros
- toolboxExampleFactoryType
Tipo: System.Type
Um tipo que implementa o IToolboxExampleFactory interface.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
ToolboxExampleAttribute Classe