XmlHelper.AddAttribute(TypedXmlDocument, String, String, Object) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- document
- TypedXmlDocument
- xpath
- String
- attributeName
- String
- attributeValue
- Object