ConfigProperties.IfExistsExtractUInt(XmlDocument, String, UInt32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
static System::UInt32 IfExistsExtractUInt(System::Xml::XmlDocument ^ document, System::String ^ path, System::UInt32 alt);
public static uint IfExistsExtractUInt (System.Xml.XmlDocument document, string path, uint alt);
static member IfExistsExtractUInt : System.Xml.XmlDocument * string * uint32 -> uint32
Public Shared Function IfExistsExtractUInt (document As XmlDocument, path As String, alt As UInteger) As UInteger
Paramètres
- document
- XmlDocument
- path
- String
- alt
- UInt32