ISetupInstance2.GetProduct Method

Definition

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.

Applies to