ConfigProperties.ExtractImpl(XmlDocument, String, Boolean, 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 ^ ExtractImpl(System::Xml::XmlDocument ^ document, System::String ^ path, bool required, System::String ^ alt);
public static string ExtractImpl (System.Xml.XmlDocument document, string path, bool required, string alt);
static member ExtractImpl : System.Xml.XmlDocument * string * bool * string -> string
Public Shared Function ExtractImpl (document As XmlDocument, path As String, required As Boolean, alt As String) As String
Parameters
- document
- XmlDocument
- path
- String
- required
- Boolean
- alt
- String