ServiceElementCollection.GetElement Method
Retrieves the ServiceElement with the specified name.
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim instance As ServiceElementCollection Dim name As String Dim returnValue As ServiceElement returnValue = instance.GetElement(name)
Syntax
'Declaration
Public Function GetElement ( _
name As String _
) As ServiceElement
public ServiceElement GetElement (
string name
)
public:
ServiceElement^ GetElement (
String^ name
)
public ServiceElement GetElement (
String name
)
public function GetElement (
name : String
) : ServiceElement
Parameter
- name
The name of the ServiceElement to retrieve.
Rückgabewert
A ServiceElement instance.
Ausnahmen
Ausnahmetyp | Bedingung |
---|
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 Class
ServiceElementCollection Members
Microsoft.IdentityModel.Configuration Namespace