Condividi tramite


Proprietà CreationToolAttribute.ToolType

Ottiene il tipo dell'oggetto CreationTool di cui creare un'istanza.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

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

Valore proprietà

Tipo: System.Type
Oggetto Type che rappresenta il tipo dell'oggetto CreationTool di cui creare un'istanza.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CreationToolAttribute Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

Altre risorse

Informazioni sull'estensibilità Progettazione WPF