Freigeben über


ServiceElementCollection Class

Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim instance As ServiceElementCollection

Syntax

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

Vererbungshierarchie

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

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

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

Siehe auch

Referenz

ServiceElementCollection Members
Microsoft.IdentityModel.Configuration Namespace