ProtocolMappingElementCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供功能,這個功能可從通訊協定對應項目的集合中,擷取指定通訊的通訊協定對應資訊。 這是密封的類別。
public ref class ProtocolMappingElementCollection sealed : System::ServiceModel::Configuration::ServiceModelEnhancedConfigurationElementCollection<System::ServiceModel::Configuration::ProtocolMappingElement ^>
[System.Configuration.ConfigurationCollection(typeof(System.ServiceModel.Configuration.ProtocolMappingElement), AddItemName="add")]
public sealed class ProtocolMappingElementCollection : System.ServiceModel.Configuration.ServiceModelEnhancedConfigurationElementCollection<System.ServiceModel.Configuration.ProtocolMappingElement>
[<System.Configuration.ConfigurationCollection(typeof(System.ServiceModel.Configuration.ProtocolMappingElement), AddItemName="add")>]
type ProtocolMappingElementCollection = class
inherit ServiceModelEnhancedConfigurationElementCollection<ProtocolMappingElement>
Public NotInheritable Class ProtocolMappingElementCollection
Inherits ServiceModelEnhancedConfigurationElementCollection(Of ProtocolMappingElement)
- 繼承
-
ServiceModelConfigurationElementCollection<TConfigurationElement>ProtocolMappingElementCollection
- 屬性
建構函式
ProtocolMappingElementCollection() |
建立 ProtocolMappingElementCollection 類別的新執行個體。 |
屬性
方法
明確介面實作
ICollection.CopyTo(Array, Int32) |
將 ConfigurationElementCollection 複製至陣列。 (繼承來源 ConfigurationElementCollection) |
擴充方法
Cast<TResult>(IEnumerable) |
將 IEnumerable 的項目轉換成指定的型別。 |
OfType<TResult>(IEnumerable) |
根據指定的型別來篩選 IEnumerable 的項目。 |
AsParallel(IEnumerable) |
啟用查詢的平行化作業。 |
AsQueryable(IEnumerable) |
將 IEnumerable 轉換成 IQueryable。 |