ChangeAgaveStoreBase.ChangeToSPAppStore(Package, HashSet<Guid>) 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 ChangeToSPAppStore(System::IO::Packaging::Package ^ package, System::Collections::Generic::HashSet<Guid> ^ officeAppIds);
public static void ChangeToSPAppStore(System.IO.Packaging.Package package, System.Collections.Generic.HashSet<Guid> officeAppIds);
static member ChangeToSPAppStore : System.IO.Packaging.Package * System.Collections.Generic.HashSet<Guid> -> unit
Public Shared Sub ChangeToSPAppStore (package As Package, officeAppIds As HashSet(Of Guid))
Parameters
- package
- Package