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
- 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
IToolboxExampleFactory Interface