共用方式為


InternalXmlHelper.CreateAttribute(XName, Object) 方法

定義

建立具有所提供名稱和值的 XML 屬性。 這個方法並不適合從程式碼使用。

public:
 static System::Xml::Linq::XAttribute ^ CreateAttribute(System::Xml::Linq::XName ^ name, System::Object ^ value);
public static System.Xml.Linq.XAttribute CreateAttribute (System.Xml.Linq.XName name, object value);
static member CreateAttribute : System.Xml.Linq.XName * obj -> System.Xml.Linq.XAttribute
Public Shared Function CreateAttribute (name As XName, value As Object) As XAttribute

參數

name
XName

要建立之 XML 屬性的名稱。

value
Object

要指派給所建立 XML 屬性的值。 如果 valueNothing,這個方法會傳回 Nothing

傳回

XAttribute 物件,具有提供的名稱和值。

適用於

另請參閱