ICustomIdentityConfiguration.LoadCustomConfiguration(XmlNodeList) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 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 對象組成。 根據針對所設定類別所定義的組態架構,這些屬性和子元素可能會有屬性和子元素。