Configuration.Locations 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個 Configuration 物件中定義的位置。
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
屬性值
ConfigurationLocationCollection,包含這個 Configuration 物件中定義的位置。
備註
只有在Locations屬性傳true
回 時,HasFile才會套用 屬性。 如果此組態繼承其所有設定,或未定義任何位置,則會傳回空集合。