Condividi tramite


LogicalDisplayReference.FindAll Metodo

Definizione

Overload

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)

Restituisce

Attributi

Si applica a

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)

Parametri

environment
WindowingEnvironment

Restituisce

Attributi

Si applica a