ComponentRegistration.Components Property

Definition

Caution

Use resource explorer

Gets list of all ComponentRegistration objects registered.

[System.Obsolete("Use resource explorer")]
public static System.Collections.Generic.IEnumerable<object> Components { get; }
[<System.Obsolete("Use resource explorer")>]
static member Components : seq<obj>
Public Shared ReadOnly Property Components As IEnumerable(Of Object)

Property Value

A numeration of ComponentRegistration objects.

Attributes

Applies to