ISetupInstance2.GetProduct 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 a package reference to the product registered to the instance
public:
Microsoft::VisualStudio::Setup::Configuration::ISetupPackageReference ^ GetProduct();
public:
Microsoft::VisualStudio::Setup::Configuration::ISetupPackageReference ^ GetProduct();
Microsoft::VisualStudio::Setup::Configuration::ISetupPackageReference GetProduct();
public Microsoft.VisualStudio.Setup.Configuration.ISetupPackageReference GetProduct ();
abstract member GetProduct : unit -> Microsoft.VisualStudio.Setup.Configuration.ISetupPackageReference
Public Function GetProduct () As ISetupPackageReference
Returns
A package reference to the product registered to the instance. This may be null if GetState() does not return Complete.