コード例 #1
0
 public int AddAttributeValue(string name, string value)
 {
     return(ComObject.AddAttributeValue(name, value));
 }