LogicalDisplayReference.FindAll Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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)
Gibt zurück
- Attribute
Gilt für:
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)
Parameter
- environment
- WindowingEnvironment
Gibt zurück
- Attribute