FilterElementCollection.Item[] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从集合中获取一个元素。
重载
Item[Int32] |
从集合中获取具有指定索引的元素。 |
Item[String] |
从集合中获取具有指定键的元素。 |
Item[Int32]
从集合中获取具有指定索引的元素。
public:
property System::ServiceModel::Routing::Configuration::FilterElement ^ default[int] { System::ServiceModel::Routing::Configuration::FilterElement ^ get(int index); void set(int index, System::ServiceModel::Routing::Configuration::FilterElement ^ value); };
public System.ServiceModel.Routing.Configuration.FilterElement this[int index] { get; set; }
member this.Item(int) : System.ServiceModel.Routing.Configuration.FilterElement with get, set
Default Public Property Item(index As Integer) As FilterElement
参数
- index
- Int32
要从集合中检索的元素的索引。
属性值
集合中具有指定索引的元素。
适用于
Item[String]
从集合中获取具有指定键的元素。
public:
property System::ServiceModel::Routing::Configuration::FilterElement ^ default[System::String ^] { System::ServiceModel::Routing::Configuration::FilterElement ^ get(System::String ^ name); };
public System.ServiceModel.Routing.Configuration.FilterElement this[string name] { get; }
member this.Item(string) : System.ServiceModel.Routing.Configuration.FilterElement
Default Public ReadOnly Property Item(name As String) As FilterElement
参数
- name
- String
要从集合中检索的元素的键。
属性值
集合中与指定键匹配的元素。