MsixPackage.DefinitionStages.WithPackageName Interface

public static interface MsixPackage.DefinitionStages.WithPackageName

The stage of the MsixPackage definition allowing to specify packageName.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPackageName(String packageName)

Specifies the packageName property: Package Name from appxmanifest.xml.

Method Details

withPackageName

public abstract MsixPackage.DefinitionStages.WithCreate withPackageName(String packageName)

Specifies the packageName property: Package Name from appxmanifest.xml. .

Parameters:

packageName - Package Name from appxmanifest.xml.

Returns:

the next definition stage.

Applies to