다음을 통해 공유


ConfigProperties.IfNotEmptyExtract 메서드

정의

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

매개 변수

document
XmlDocument
path
String
required
Boolean
alt
String

반환

적용 대상