LogicalDisplayReference.FindAll メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
戻り値
- 属性
適用対象
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)
パラメーター
- environment
- WindowingEnvironment
戻り値
- 属性