PackageCatalog.OpenForCurrentPackage 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.
Opens the catalog of packages for the main package.
public:
static PackageCatalog ^ OpenForCurrentPackage();
static PackageCatalog OpenForCurrentPackage();
public static PackageCatalog OpenForCurrentPackage();
function openForCurrentPackage()
Public Shared Function OpenForCurrentPackage () As PackageCatalog
Returns
The package catalog for the main package.
Remarks
Use Package.Dependencies to get the list of optional packages.