Represents list of providers for List anf Content properties of DocumentSection class.

Namespace:  Greatis.PrintSuite.Designer
Assembly:  Greatis.PrintSuite.Designer (in Greatis.PrintSuite.Designer.dll)

Syntax

Visual Basic (Declaration)
Public Class ProviderList _
	Inherits List(Of PrintProvider)
C#
public class ProviderList : List<PrintProvider>
Visual C++
public ref class ProviderList : public List<PrintProvider^>
JavaScript
Greatis.PrintSuite.Designer.ProviderList = function();

Type.createClass(
	'Greatis.PrintSuite.Designer.ProviderList',
	List`1);

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(PrintProvider>)>)
    Greatis.PrintSuite.Designer..::.ProviderList

See Also