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