ISetupInstanceCatalog.GetCatalogInfo 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.
Gets catalog information properties.
public:
Microsoft::VisualStudio::Setup::Configuration::ISetupPropertyStore ^ GetCatalogInfo();
public:
Microsoft::VisualStudio::Setup::Configuration::ISetupPropertyStore ^ GetCatalogInfo();
Microsoft::VisualStudio::Setup::Configuration::ISetupPropertyStore GetCatalogInfo();
public Microsoft.VisualStudio.Setup.Configuration.ISetupPropertyStore GetCatalogInfo ();
abstract member GetCatalogInfo : unit -> Microsoft.VisualStudio.Setup.Configuration.ISetupPropertyStore
Public Function GetCatalogInfo () As ISetupPropertyStore
Returns
An ISetupPropertyStore containing catalog information properties.
Exceptions
The property is not defined or invalid.