Aracılığıyla paylaş


XmlQueryRuntime.FindIndex(XPathNavigator, Int32, XmlILIndex) Yöntem

Tanım

Belirtilen bir belge üzerinde zaten oluşturulduysa, belirtilen KIMLIĞE sahip dizini döndürür ve döndürür true . Aksi takdirde, yeni, boş bir dizin oluşturur ve döndürür false .

public:
 bool FindIndex(System::Xml::XPath::XPathNavigator ^ context, int indexId, [Runtime::InteropServices::Out] System::Xml::Xsl::Runtime::XmlILIndex ^ % index);
public bool FindIndex (System.Xml.XPath.XPathNavigator context, int indexId, out System.Xml.Xsl.Runtime.XmlILIndex index);
member this.FindIndex : System.Xml.XPath.XPathNavigator * int * XmlILIndex -> bool
Public Function FindIndex (context As XPathNavigator, indexId As Integer, ByRef index As XmlILIndex) As Boolean

Parametreler

context
XPathNavigator

Bağlam belgesi.

indexId
Int32

Aranacak dizin KIMLIĞI.

index
XmlILIndex

Döndürülen dizin.

Döndürülenler

Boolean

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

Şunlara uygulanır