Aracılığıyla paylaş


XmlQueryItemSequence.CreateOrReuse Yöntem

Tanım

Varsa, bir nesneyi temizler ve yeniden kullanır XmlQueryItemSequence . Aksi takdirde, yeni bir oluşturur XmlQueryItemSequence .

Aşırı Yüklemeler

CreateOrReuse(XmlQueryItemSequence)

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

Varsa, bir nesneyi temizler ve yeniden kullanır XmlQueryItemSequence . seqParametre null ise, yeni bir oluşturur XmlQueryItemSequence .

CreateOrReuse(XmlQueryItemSequence, XPathItem)

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

Varsa, bir nesneyi temizler ve yeniden kullanır XmlQueryItemSequence . seqParametre null ise, yeni bir oluşturur XmlQueryItemSequence . Bu yöntem daha sonra yeniden kullanmak için yeni bir öğe ekler veya yeni dizi.

CreateOrReuse(XmlQueryItemSequence)

Varsa, bir nesneyi temizler ve yeniden kullanır XmlQueryItemSequence . seqParametre null ise, yeni bir oluşturur XmlQueryItemSequence .

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

public:
 static System::Xml::Xsl::Runtime::XmlQueryItemSequence ^ CreateOrReuse(System::Xml::Xsl::Runtime::XmlQueryItemSequence ^ seq);
public static System.Xml.Xsl.Runtime.XmlQueryItemSequence CreateOrReuse (System.Xml.Xsl.Runtime.XmlQueryItemSequence seq);
static member CreateOrReuse : System.Xml.Xsl.Runtime.XmlQueryItemSequence -> System.Xml.Xsl.Runtime.XmlQueryItemSequence
Public Shared Function CreateOrReuse (seq As XmlQueryItemSequence) As XmlQueryItemSequence

Parametreler

seq
XmlQueryItemSequence

XmlQueryItemSequence sınıfının örneği.

Döndürülenler

XmlQueryItemSequence

XmlQueryItemSequence sınıfının örneği.

Şunlara uygulanır

CreateOrReuse(XmlQueryItemSequence, XPathItem)

Varsa, bir nesneyi temizler ve yeniden kullanır XmlQueryItemSequence . seqParametre null ise, yeni bir oluşturur XmlQueryItemSequence . Bu yöntem daha sonra yeniden kullanmak için yeni bir öğe ekler veya yeni dizi.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

public:
 static System::Xml::Xsl::Runtime::XmlQueryItemSequence ^ CreateOrReuse(System::Xml::Xsl::Runtime::XmlQueryItemSequence ^ seq, System::Xml::XPath::XPathItem ^ item);
public static System.Xml.Xsl.Runtime.XmlQueryItemSequence CreateOrReuse (System.Xml.Xsl.Runtime.XmlQueryItemSequence seq, System.Xml.XPath.XPathItem item);
static member CreateOrReuse : System.Xml.Xsl.Runtime.XmlQueryItemSequence * System.Xml.XPath.XPathItem -> System.Xml.Xsl.Runtime.XmlQueryItemSequence
Public Shared Function CreateOrReuse (seq As XmlQueryItemSequence, item As XPathItem) As XmlQueryItemSequence

Parametreler

seq
XmlQueryItemSequence

XmlQueryItemSequence sınıfının örneği.

item
XPathItem

XPathItem sınıfının örneği.

Döndürülenler

XmlQueryItemSequence

XmlQueryItemSequence sınıfının örneği.

Şunlara uygulanır