Share via


IToolboxExampleFactory.Examples Property

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

Gets 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
ReadOnly Property Examples As IEnumerable(Of IToolboxExample)
    Get
IEnumerable<IToolboxExample> Examples { get; }
property IEnumerable<IToolboxExample^>^ Examples {
    IEnumerable<IToolboxExample^>^ get ();
}
abstract Examples : IEnumerable<IToolboxExample>
function get Examples () : IEnumerable<IToolboxExample>

Property Value

Type: System.Collections.Generic.IEnumerable<IToolboxExample>
An enumeration of IToolboxExample objects.

.NET Framework Security

See Also

Reference

IToolboxExampleFactory Interface

Microsoft.Windows.Design Namespace

IToolboxExample

ToolboxExampleAttribute