MsixPackage.DefinitionStages.WithPackageRelativePath Interface

public static interface MsixPackage.DefinitionStages.WithPackageRelativePath

The stage of the MsixPackage definition allowing to specify packageRelativePath.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPackageRelativePath(String packageRelativePath)

Specifies the packageRelativePath property: Relative Path to the package inside the image.

Method Details

withPackageRelativePath

public abstract MsixPackage.DefinitionStages.WithCreate withPackageRelativePath(String packageRelativePath)

Specifies the packageRelativePath property: Relative Path to the package inside the image. .

Parameters:

packageRelativePath - Relative Path to the package inside the image.

Returns:

the next definition stage.

Applies to