ISetupInstance2.GetProperties 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 product-specific properties.
public:
Microsoft::VisualStudio::Setup::Configuration::ISetupPropertyStore ^ GetProperties();
public:
Microsoft::VisualStudio::Setup::Configuration::ISetupPropertyStore ^ GetProperties();
Microsoft::VisualStudio::Setup::Configuration::ISetupPropertyStore GetProperties();
public Microsoft.VisualStudio.Setup.Configuration.ISetupPropertyStore GetProperties ();
abstract member GetProperties : unit -> Microsoft.VisualStudio.Setup.Configuration.ISetupPropertyStore
Public Function GetProperties () As ISetupPropertyStore
Returns
An ISetupPropertyStore of product-specific properties, or null if no properties are defined.