ConfigurationLocationCollection.Item[Int32] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取位于指定索引位置的 ConfigurationLocationCollection 对象。
public:
property System::Configuration::ConfigurationLocation ^ default[int] { System::Configuration::ConfigurationLocation ^ get(int index); };
public System.Configuration.ConfigurationLocation this[int index] { get; }
member this.Item(int) : System.Configuration.ConfigurationLocation
Default Public ReadOnly Property Item(index As Integer) As ConfigurationLocation
参数
- index
- Int32
要返回的 ConfigurationLocationCollection 的索引位置。
属性值
指定索引处的 ConfigurationLocationCollection。
注解
Item[]使用 类的 ConfigurationLocationCollection 访问器通过指定集合中的索引从集合中获取特定ConfigurationLocation对象。