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 属性才适用。 如果此配置继承其所有设置,或者未定义任何位置,则返回空集合。