ProfileElementCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个包含 ProfileElement 元素集合的配置元素。
public ref class ProfileElementCollection sealed : System::ServiceModel::Activities::Tracking::Configuration::TrackingConfigurationCollection<System::ServiceModel::Activities::Tracking::Configuration::ProfileElement ^>
[System.Configuration.ConfigurationCollection(typeof(System.ServiceModel.Activities.Tracking.Configuration.ProfileElement), AddItemName="trackingProfile", ClearItemsName="clear", RemoveItemName="remove")]
public sealed class ProfileElementCollection : System.ServiceModel.Activities.Tracking.Configuration.TrackingConfigurationCollection<System.ServiceModel.Activities.Tracking.Configuration.ProfileElement>
[<System.Configuration.ConfigurationCollection(typeof(System.ServiceModel.Activities.Tracking.Configuration.ProfileElement), AddItemName="trackingProfile", ClearItemsName="clear", RemoveItemName="remove")>]
type ProfileElementCollection = class
inherit TrackingConfigurationCollection<ProfileElement>
Public NotInheritable Class ProfileElementCollection
Inherits TrackingConfigurationCollection(Of ProfileElement)
- 继承
-
ProfileElementCollection
- 属性
属性
方法
显式接口实现
| ICollection.CopyTo(Array, Int32) |
将 ConfigurationElementCollection 复制到数组。 (继承自 ConfigurationElementCollection) |
扩展方法
| Cast<TResult>(IEnumerable) |
将 IEnumerable 的元素强制转换为指定的类型。 |
| OfType<TResult>(IEnumerable) |
根据指定类型筛选 IEnumerable 的元素。 |
| AsParallel(IEnumerable) |
启用查询的并行化。 |
| AsQueryable(IEnumerable) |
将 IEnumerable 转换为 IQueryable。 |