ILifetimeManagerTypeRegistry.RegisteredTypes Property

Definition

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the list of all registered lifetime manager types.

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ RegisteredTypes { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> RegisteredTypes { get; }
member this.RegisteredTypes : System.Collections.Generic.ICollection<string>
Public ReadOnly Property RegisteredTypes As ICollection(Of String)

Property Value

The list of all registered lifetime manager types.

Applies to