次の方法で共有


XmlElement.RemoveAttribute(String) メソッド

定義

名前付きの属性を削除または置き換えます。

public:
 virtual void RemoveAttribute(Platform::String ^ attributeName) = RemoveAttribute;
void RemoveAttribute(winrt::hstring const& attributeName);
public void RemoveAttribute(string attributeName);
function removeAttribute(attributeName)
Public Sub RemoveAttribute (attributeName As String)

パラメーター

attributeName
String

Platform::String

winrt::hstring

削除する属性の名前。

適用対象