XmlElement.SetAttribute(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定具名屬性的值。
public:
virtual void SetAttribute(Platform::String ^ attributeName, Platform::String ^ attributeValue) = SetAttribute;
void SetAttribute(winrt::hstring const& attributeName, winrt::hstring const& attributeValue);
public void SetAttribute(string attributeName, string attributeValue);
function setAttribute(attributeName, attributeValue)
Public Sub SetAttribute (attributeName As String, attributeValue As String)
參數
- attributeName
-
String
Platform::String
winrt::hstring
必要屬性的名稱。
- attributeValue
-
String
Platform::String
winrt::hstring
屬性的新值。