Пространство имен: Microsoft.IdentityModel.Configuration
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As ServiceElementCollection

Синтаксис

Visual Basic
<ConfigurationCollectionAttribute(GetType(ServiceElement), AddItemName:="service", CollectionType:=ConfigurationElementCollectionType.BasicMap)> _
Public Class ServiceElementCollection
		Inherits ConfigurationElementCollection
C#
[ConfigurationCollectionAttribute(typeof(ServiceElement), AddItemName="service", CollectionType=ConfigurationElementCollectionType.BasicMap)] 
public class ServiceElementCollection : ConfigurationElementCollection
C++
[ConfigurationCollectionAttribute(typeof(ServiceElement), AddItemName=L"service", CollectionType=ConfigurationElementCollectionType::BasicMap)] 
public ref class ServiceElementCollection : public ConfigurationElementCollection
J#
/** @attribute ConfigurationCollectionAttribute(Microsoft.IdentityModel.Configuration.ServiceElement, AddItemName="service", CollectionType=ConfigurationElementCollectionType.BasicMap) */ 
public class ServiceElementCollection extends ConfigurationElementCollection
JScript
ConfigurationCollectionAttribute(Microsoft.IdentityModel.Configuration.ServiceElement, AddItemName="service", CollectionType=ConfigurationElementCollectionType.BasicMap) 
public class ServiceElementCollection extends ConfigurationElementCollection

Иерархия наследования

System.Object
   System.Configuration.ConfigurationElement
     System.Configuration.ConfigurationElementCollection
      Microsoft.IdentityModel.Configuration.ServiceElementCollection

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

См. также