FederationConfigurationElementCollection.GetElement(String) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
<federationConfiguration>
Pobiera element o określonej nazwie.
public:
System::IdentityModel::Services::Configuration::FederationConfigurationElement ^ GetElement(System::String ^ name);
public System.IdentityModel.Services.Configuration.FederationConfigurationElement GetElement (string name);
member this.GetElement : string -> System.IdentityModel.Services.Configuration.FederationConfigurationElement
Public Function GetElement (name As String) As FederationConfigurationElement
Parametry
- name
- String
Nazwa <federationConfiguration>
elementu do pobrania.
Zwraca
Element <federationConfiguration>
, który ma określoną nazwę.
Wyjątki
name
to null
.
Nie znaleziono żadnego elementu o określonej nazwie.
Uwagi
Nazwa <federationConfiguration>
elementu jest określana za pomocą jego name
atrybutu (FederationConfigurationElement.Name właściwość).