共用方式為


InternalXmlHelper.CreateNamespaceAttribute(XName, XNamespace) 方法

定義

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

public:
 static System::Xml::Linq::XAttribute ^ CreateNamespaceAttribute(System::Xml::Linq::XName ^ name, System::Xml::Linq::XNamespace ^ ns);
public static System.Xml.Linq.XAttribute CreateNamespaceAttribute (System.Xml.Linq.XName name, System.Xml.Linq.XNamespace ns);
static member CreateNamespaceAttribute : System.Xml.Linq.XName * System.Xml.Linq.XNamespace -> System.Xml.Linq.XAttribute
Public Shared Function CreateNamespaceAttribute (name As XName, ns As XNamespace) As XAttribute

參數

name
XName

要建立之 XML 屬性的名稱。

ns
XNamespace

要指派給所建立 XML 屬性的命名空間值。

傳回

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

適用於

另請參閱