Share via


ISetupLocalizedProperties.GetLocalizedProperties Method

Definition

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.

Applies to