MsixPackage.DefinitionStages.WithPackageApplications Interface

public static interface MsixPackage.DefinitionStages.WithPackageApplications

The stage of the MsixPackage definition allowing to specify packageApplications.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPackageApplications(List<MsixPackageApplications> packageApplications)

Specifies the packageApplications property: List of package applications.

Method Details

withPackageApplications

public abstract MsixPackage.DefinitionStages.WithCreate withPackageApplications(List<MsixPackageApplications> packageApplications)

Specifies the packageApplications property: List of package applications. .

Parameters:

packageApplications - List of package applications.

Returns:

the next definition stage.

Applies to