다음을 통해 공유


ConfigProperties.IfExistsExtractInt(XmlDocument, String, Int32) 메서드

정의

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

매개 변수

document
XmlDocument
path
String
alt
Int32

반환

적용 대상