Partager via


ConfigProperties.IfExistsExtractBool(XmlDocument, String, Boolean) Méthode

Définition

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

Paramètres

document
XmlDocument
path
String
alt
Boolean

Retours

S’applique à