ConfigProperties.Extract(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 ^ 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
Parameters
- document
- XmlDocument
- path
- String
- alt
- String