LogicalDisplayReference.FindAll Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
FindAll() | |
FindAll(WindowingEnvironment) |
FindAll()
public:
static IVectorView<LogicalDisplayReference ^> ^ FindAll();
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("FindAll")]
static IVectorView<LogicalDisplayReference> FindAll();
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("FindAll")]
public static IReadOnlyList<LogicalDisplayReference> FindAll();
function findAll()
Public Shared Function FindAll () As IReadOnlyList(Of LogicalDisplayReference)
Retours
- Attributs
S’applique à
FindAll(WindowingEnvironment)
public:
static IVectorView<LogicalDisplayReference ^> ^ FindAll(WindowingEnvironment ^ environment);
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("FindAllForWindowingEnvironment")]
static IVectorView<LogicalDisplayReference> FindAll(WindowingEnvironment const& environment);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("FindAllForWindowingEnvironment")]
public static IReadOnlyList<LogicalDisplayReference> FindAll(WindowingEnvironment environment);
function findAll(environment)
Public Shared Function FindAll (environment As WindowingEnvironment) As IReadOnlyList(Of LogicalDisplayReference)
Paramètres
- environment
- WindowingEnvironment
Retours
- Attributs