ConfigProperties.IfExistsExtract(XmlDocument, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::String ^ IfExistsExtract(System::Xml::XmlDocument ^ document, System::String ^ path, System::String ^ alt);
public static string IfExistsExtract (System.Xml.XmlDocument document, string path, string alt);
static member IfExistsExtract : System.Xml.XmlDocument * string * string -> string
Public Shared Function IfExistsExtract (document As XmlDocument, path As String, alt As String) As String
Parameters
- document
- XmlDocument
- path
- String
- alt
- String