ToolboxExampleAttribute, constructeur
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Initialise une nouvelle instance de la classe ToolboxExampleAttribute.
Espace de noms : Microsoft.Windows.Design
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
Public Sub New ( _
toolboxExampleFactoryType As Type _
)
public ToolboxExampleAttribute(
Type toolboxExampleFactoryType
)
public:
ToolboxExampleAttribute(
Type^ toolboxExampleFactoryType
)
new :
toolboxExampleFactoryType:Type -> ToolboxExampleAttribute
public function ToolboxExampleAttribute(
toolboxExampleFactoryType : Type
)
Paramètres
- toolboxExampleFactoryType
Type : System.Type
Type qui implémente l'interface IToolboxExampleFactory.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
ToolboxExampleAttribute Classe