इसके माध्यम से साझा किया गया


LogicalDisplayReference.FindAll Method

Definition

Overloads

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)

Returns

Attributes

Applies to

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)

Parameters

environment
WindowingEnvironment

Returns

Attributes

Applies to