ComponentRegistration.Components Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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