ServiceProviderDisplayServiceProviders Property |
Gets the collection of IServiceProvider objects to be visualized.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic ServiceProviderCollection ServiceProviders { get; }Public ReadOnly Property ServiceProviders As ServiceProviderCollection
Get
public:
property ServiceProviderCollection^ ServiceProviders {
ServiceProviderCollection^ get ();
}member ServiceProviders : ServiceProviderCollection with get
Property Value
Type:
ServiceProviderCollection
See Also