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

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

Hinweise

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

Gilt für: