Share via


CreationToolAttribute.ToolType Property

Gets the CreationTool type to instantiate.

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

Syntax

'Declaration
Public ReadOnly Property ToolType As Type
'Usage
Dim instance As CreationToolAttribute 
Dim value As Type 

value = instance.ToolType
public Type ToolType { get; }
public:
property Type^ ToolType {
    Type^ get ();
}
public function get ToolType () : Type

Property Value

Type: System.Type
A Type object that represents the type of the CreationTool to be instantiated.

.NET Framework Security

See Also

Reference

CreationToolAttribute Class

CreationToolAttribute Members

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Understanding WPF Designer Extensibility