DisplayArea.FindAll Method
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.
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.