NamespaceElementCollection.Item[] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得集合中的元素。
多載
Item[Int32] |
從集合取得具有指定索引的項目。 |
Item[String] |
從集合取得具有指定索引鍵的項目。 |
Item[Int32]
從集合取得具有指定索引的項目。
public:
property System::ServiceModel::Routing::Configuration::NamespaceElement ^ default[int] { System::ServiceModel::Routing::Configuration::NamespaceElement ^ get(int index); void set(int index, System::ServiceModel::Routing::Configuration::NamespaceElement ^ value); };
public System.ServiceModel.Routing.Configuration.NamespaceElement this[int index] { get; set; }
member this.Item(int) : System.ServiceModel.Routing.Configuration.NamespaceElement with get, set
Default Public Property Item(index As Integer) As NamespaceElement
參數
- index
- Int32
要從集合中擷取的項目索引。
屬性值
集合中擁有指定索引的命名空間項目。
適用於
Item[String]
從集合取得具有指定索引鍵的項目。
public:
property System::ServiceModel::Routing::Configuration::NamespaceElement ^ default[System::String ^] { System::ServiceModel::Routing::Configuration::NamespaceElement ^ get(System::String ^ name); };
public System.ServiceModel.Routing.Configuration.NamespaceElement this[string name] { get; }
member this.Item(string) : System.ServiceModel.Routing.Configuration.NamespaceElement
Default Public ReadOnly Property Item(name As String) As NamespaceElement
參數
- name
- String
要從集合中擷取的項目索引鍵。
屬性值
集合中符合指定索引鍵的命名空間項目。