ToolboxExampleAttribute-Konstruktor

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Initialisiert eine neue Instanz der ToolboxExampleAttribute-Klasse.

Namespace:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Sub New ( _
    toolboxExampleFactoryType As Type _
)
public ToolboxExampleAttribute(
    Type toolboxExampleFactoryType
)
public:
ToolboxExampleAttribute(
    Type^ toolboxExampleFactoryType
)
new : 
        toolboxExampleFactoryType:Type -> ToolboxExampleAttribute
public function ToolboxExampleAttribute(
    toolboxExampleFactoryType : Type
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ToolboxExampleAttribute Klasse

Microsoft.Windows.Design-Namespace

IToolboxExampleFactory

IToolboxExample