ChangeAgaveStoreBase.ChangeToDeveloperStore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static void ChangeToDeveloperStore(System::IO::Packaging::Package ^ package, System::Collections::Generic::HashSet<Guid> ^ officeAppIds);
public static void ChangeToDeveloperStore (System.IO.Packaging.Package package, System.Collections.Generic.HashSet<Guid> officeAppIds);
static member ChangeToDeveloperStore : System.IO.Packaging.Package * System.Collections.Generic.HashSet<Guid> -> unit
Public Shared Sub ChangeToDeveloperStore (package As Package, officeAppIds As HashSet(Of Guid))
Parameters
- package
- Package