Configuration.Locations Eigenschaft

Definition

Ruft die in diesem Configuration-Objekts definierten Speicherorte ab.

public:
 property System::Configuration::ConfigurationLocationCollection ^ Locations { System::Configuration::ConfigurationLocationCollection ^ get(); };
public System.Configuration.ConfigurationLocationCollection Locations { get; }
member this.Locations : System.Configuration.ConfigurationLocationCollection
Public ReadOnly Property Locations As ConfigurationLocationCollection

Eigenschaftswert

ConfigurationLocationCollection

Eine ConfigurationLocationCollection, die die in diesem Configuration-Objekt definierten Speicherorte enthält.

Hinweise

Die Eigenschaft gilt nur, wenn die Locations HasFile Eigenschaft zurückgegeben wird true. Wenn diese Konfiguration alle einstellungen erbt oder keine Speicherorte definiert sind, wird eine leere Auflistung zurückgegeben.

Gilt für