SettingsBase.PropertyValues Propriété

Définition

Obtient une collection de valeurs de propriété de paramètres.

public:
 virtual property System::Configuration::SettingsPropertyValueCollection ^ PropertyValues { System::Configuration::SettingsPropertyValueCollection ^ get(); };
public virtual System.Configuration.SettingsPropertyValueCollection PropertyValues { get; }
member this.PropertyValues : System.Configuration.SettingsPropertyValueCollection
Public Overridable ReadOnly Property PropertyValues As SettingsPropertyValueCollection

Valeur de propriété

Collection d’objets représentant les valeurs de SettingsPropertyValue données réelles pour les propriétés gérées par l’instance SettingsBase .

S’applique à