FederationConfigurationElementCollection.GetElement(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索具有指定名称的 <federationConfiguration>
元素。
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
参数
- name
- String
要检索的 <federationConfiguration>
元素的名称。
返回
具有指定名称的 <federationConfiguration>
元素。
例外
name
为 null
。
未找到具有指定名称的元素。
注解
元素的名称 <federationConfiguration>
通过其 name
属性 (FederationConfigurationElement.Name 属性) 指定。