Share via


RestrictedAppContainer.FindAllAsync | findAllAsync method

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Gets a list of all RestrictedAppContainer objects owned by the app.

Syntax

Windows.ApplicationModel.Core.RestrictedAppContainer.findAllAsync().done( /* Your success and error handlers */ );
public static IAsyncOperation<IReadOnlyList> FindAllAsync()
Public Shared Function FindAllAsync() As IAsyncOperation(Of IReadOnlyList)
public:
static IAsyncOperation<IVectorView>^ FindAllAsync()

Parameters

This method has no parameters.

Return value

Type: IAsyncOperation<IVectorView>

When this method completes successfully, contains a read-only list of all RestrictedAppContainer objects owned by the app.

Requirements (Windows 10 device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.ApplicationModel.Core Windows::ApplicationModel::Core [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

Requirements (Windows 8.x and Windows Phone 8.x)

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

None supported

Namespace

Windows.ApplicationModel.Core Windows::ApplicationModel::Core [C++]

Metadata

Windows.winmd

See also

RestrictedAppContainer