Share via


ToolboxExampleAttribute.ToolboxExampleFactoryType Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets a Type that provides a list of examples in an asset toolbox that references the associated Type.

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

Syntax

'Declaration
Public Property ToolboxExampleFactoryType As Type
    Get
    Private Set
public Type ToolboxExampleFactoryType { get; private set; }
public:
property Type^ ToolboxExampleFactoryType {
    Type^ get ();
    private: void set (Type^ value);
}
member ToolboxExampleFactoryType : Type with get, private set
function get ToolboxExampleFactoryType () : Type
private function set ToolboxExampleFactoryType (value : Type)

Property Value

Type: System.Type
A Type that provides a list of examples in an asset toolbox that references the associated Type.

.NET Framework Security

See Also

Reference

ToolboxExampleAttribute Class

Microsoft.Windows.Design Namespace

IToolboxExampleFactory

IToolboxExample