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

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

Visual Basic
Dim instance As ServiceElementCollection
Dim name As String
Dim returnValue As ServiceElement

returnValue = instance.GetElement(name)

Синтаксис

Visual Basic
Public Function GetElement ( _
		name As String _
) As ServiceElement
C#
public ServiceElement GetElement (
		string name
)
C++
public:
ServiceElement^ GetElement (
		String^ name
)
J#
public ServiceElement GetElement (
		String name
)
JScript
public function GetElement (
		name : String
) : ServiceElement

Параметры

name

The name of the ServiceElement to retrieve.

Возвращаемое значение

A ServiceElement instance.

Исключения

Тип исключений Условие

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

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

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также