다음을 통해 공유


KeyInfoNode.LoadXml(XmlElement) 메서드

정의

입력 XmlElement를 구문 분석하여 일치하는 KeyInfoNode의 내부 상태를 구성합니다.

public:
 override void LoadXml(System::Xml::XmlElement ^ value);
public override void LoadXml (System.Xml.XmlElement value);
override this.LoadXml : System.Xml.XmlElement -> unit
Public Overrides Sub LoadXml (value As XmlElement)

매개 변수

value
XmlElement

XmlElement의 상태를 지정하는 KeyInfoNode입니다.

적용 대상