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
With |
withPackageName(String packageName)
Specifies the package |
Method Details
withPackageName
public abstract MsixPackage.DefinitionStages.WithCreate withPackageName(String packageName)
Specifies the packageName property: Package Name from appxmanifest.xml. .
Parameters:
Returns: