XmlHelper.AddAttribute(TypedXmlDocument, String, String, Object) 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 void AddAttribute(Microsoft::RuleEngine::TypedXmlDocument ^ document, System::String ^ xpath, System::String ^ attributeName, System::Object ^ attributeValue);
public static void AddAttribute (Microsoft.RuleEngine.TypedXmlDocument document, string xpath, string attributeName, object attributeValue);
static member AddAttribute : Microsoft.RuleEngine.TypedXmlDocument * string * string * obj -> unit
Public Shared Sub AddAttribute (document As TypedXmlDocument, xpath As String, attributeName As String, attributeValue As Object)
Paramètres
- document
- TypedXmlDocument
- xpath
- String
- attributeName
- String
- attributeValue
- Object