共用方式為


ICustomIdentityConfiguration.LoadCustomConfiguration(XmlNodeList) 方法

定義

從 XML 載入自訂組態。 覆寫這個方法,以提供組態項目的自訂處理。

public:
 void LoadCustomConfiguration(System::Xml::XmlNodeList ^ nodeList);
public void LoadCustomConfiguration (System.Xml.XmlNodeList nodeList);
abstract member LoadCustomConfiguration : System.Xml.XmlNodeList -> unit
Public Sub LoadCustomConfiguration (nodeList As XmlNodeList)

參數

nodeList
XmlNodeList

包含自訂組態的 XML 節點。 清單中的每個節點的型別為 XmlElement

備註

方法是由組 LoadCustomConfiguration 態基礎結構所呼叫。 呼叫這個方法時, nodelist 參數會包含父元素的最上層子專案,該子元素會從組態檔設定物件類別。 例如,衍生自 IssuerNameRegistry的類別將會有在 參數中nodelist傳遞 issuerNameRegistry> 元素的<子元素。 nodelist完全由 XmlElement 對象組成。 根據針對所設定類別所定義的組態架構,這些屬性和子元素可能會有屬性和子元素。

適用於