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.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property ToolType As Type
Get
public Type ToolType { get; }
public:
property Type^ ToolType {
Type^ get ();
}
member ToolType : Type
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