XmlElement.SetAttributeNode(XmlAttribute) メソッド

定義

この要素に指定された属性ノードを設定または更新します。

public:
 virtual XmlAttribute ^ SetAttributeNode(XmlAttribute ^ newAttribute) = SetAttributeNode;
XmlAttribute SetAttributeNode(XmlAttribute const& newAttribute);
public XmlAttribute SetAttributeNode(XmlAttribute newAttribute);
function setAttributeNode(newAttribute)
Public Function SetAttributeNode (newAttribute As XmlAttribute) As XmlAttribute

パラメーター

newAttribute
XmlAttribute

新しい属性へのポインター。

戻り値

同じ名前の前の属性 (存在する場合) へのポインターが返されます。

適用対象