DisplayServices.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.
Retreives a collection of attached display devices.
public:
static Platform::Array <DisplayId> ^ FindAll();
static winrt::array_view <DisplayId> FindAll();
public static DisplayId[] FindAll();
function findAll()
Public Shared Function FindAll () As DisplayId()
Returns
A collection of display devices.