Partager via


CreationToolAttribute.ToolType, propriété

Obtient le type CreationTool à instancier.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ToolType As Type
    Get
public Type ToolType { get; }
public:
property Type^ ToolType {
    Type^ get ();
}
member ToolType : Type
function get ToolType () : Type

Valeur de propriété

Type : System.Type
Objet Type qui représente le type de CreationTool à instancier.

Sécurité .NET Framework

Voir aussi

Référence

CreationToolAttribute Classe

Microsoft.Windows.Design.Interaction, espace de noms

Autres ressources

Fonctionnement de l'extensibilité du Concepteur WPF