共用方式為


TokenReplayCache.LoadCustomConfiguration(XmlNodeList) 方法

定義

在衍生類別中覆寫時,從指定的 XML 載入自訂組態。

public:
 virtual void LoadCustomConfiguration(System::Xml::XmlNodeList ^ nodelist);
public virtual void LoadCustomConfiguration (System.Xml.XmlNodeList nodelist);
abstract member LoadCustomConfiguration : System.Xml.XmlNodeList -> unit
override this.LoadCustomConfiguration : System.Xml.XmlNodeList -> unit
Public Overridable Sub LoadCustomConfiguration (nodelist As XmlNodeList)

參數

nodelist
XmlNodeList

自訂組態 XML 項目。

實作

備註

根據預設,這個方法會擲回 NotImplementedException

適用於