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