IXMLElement2.setAttribute(String, Object) Method

Definition

public:
 void setAttribute(System::String ^ strPropertyName, System::Object ^ PropertyValue);
[System.Runtime.InteropServices.DispId(65739)]
public void setAttribute (string strPropertyName, object PropertyValue);
[<System.Runtime.InteropServices.DispId(65739)>]
abstract member setAttribute : string * obj -> unit
Public Sub setAttribute (strPropertyName As String, PropertyValue As Object)

Parameters

strPropertyName
String
PropertyValue
Object
Attributes

Applies to