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
With |
withPackageRelativePath(String packageRelativePath)
Specifies the package |
Method Details
withPackageRelativePath
public abstract MsixPackage.DefinitionStages.WithCreate withPackageRelativePath(String packageRelativePath)
Specifies the packageRelativePath property: Relative Path to the package inside the image. .
Parameters:
Returns: