다음을 통해 공유


ConfigProperties.Extract(XmlDocument, String, String) 메서드

정의

public:
 static System::String ^ Extract(System::Xml::XmlDocument ^ document, System::String ^ path, System::String ^ alt);
public static string Extract (System.Xml.XmlDocument document, string path, string alt);
static member Extract : System.Xml.XmlDocument * string * string -> string
Public Shared Function Extract (document As XmlDocument, path As String, alt As String) As String

매개 변수

document
XmlDocument
path
String
alt
String

반환

적용 대상