Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace