IToolboxExampleFactory Interface

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

Provides a list of examples in an asset toolbox that reference the same Type.

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

Syntax

'Declaration
Public Interface IToolboxExampleFactory
public interface IToolboxExampleFactory
public interface class IToolboxExampleFactory
type IToolboxExampleFactory =  interface end
public interface IToolboxExampleFactory

The IToolboxExampleFactory type exposes the following members.

Properties

  Name Description
Public property Examples Infrastructure. Gets a list of examples in an asset toolbox that reference the same Type.

Top

Remarks

The IToolboxExampleFactory interface is not used by the WPF Designer for Visual Studio.

See Also

Reference

Microsoft.Windows.Design Namespace

IToolboxExample

ToolboxExampleAttribute