DisplayArea.FindAll Method

Definition

Retrieves a list of all display areas currently present in the system.

public:
 static IVectorView<DisplayArea ^> ^ FindAll();
 static IVectorView<DisplayArea> FindAll();
public static IReadOnlyList<DisplayArea> FindAll();
function findAll()
Public Shared Function FindAll () As IReadOnlyList(Of DisplayArea)

Returns

A list of all display areas currently present in the system.

Applies to

See also