XmlHelper.AddAttribute(TypedXmlDocument, String, String, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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)
參數
- document
- TypedXmlDocument
- xpath
- String
- attributeName
- String
- attributeValue
- Object