XmlQueryRuntime.MatchesXmlType 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
true 지정한 항목의 형식이 지정된 XML 형식과 일치하는지 반환합니다.
오버로드
| Name | Description |
|---|---|
| MatchesXmlType(IList<XPathItem>, Int32) |
|
| MatchesXmlType(IList<XPathItem>, XmlTypeCode) |
지정된 시퀀스의 형식이 지정된 싱글톤 형식의 하위 형식인지 여부를 확인합니다. |
| MatchesXmlType(XPathItem, Int32) |
|
| MatchesXmlType(XPathItem, XmlTypeCode) |
개체의 |
MatchesXmlType(IList<XPathItem>, Int32)
- Source:
- XmlQueryRuntime.cs
- Source:
- XmlQueryRuntime.cs
- Source:
- XmlQueryRuntime.cs
- Source:
- XmlQueryRuntime.cs
- Source:
- XmlQueryRuntime.cs
true 지정된 시퀀스의 모든 항목 형식이 지정된 인덱스가 식별하는 XML 형식과 일치하는지 반환합니다.
public:
bool MatchesXmlType(System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ seq, int indexType);
public bool MatchesXmlType(System.Collections.Generic.IList<System.Xml.XPath.XPathItem> seq, int indexType);
member this.MatchesXmlType : System.Collections.Generic.IList<System.Xml.XPath.XPathItem> * int -> bool
Public Function MatchesXmlType (seq As IList(Of XPathItem), indexType As Integer) As Boolean
매개 변수
- indexType
- Int32
인덱스입니다.
반품
true 형식이 ;의 seqindexType하위 형식이면 이고, false그렇지 않으면 .
적용 대상
MatchesXmlType(IList<XPathItem>, XmlTypeCode)
- Source:
- XmlQueryRuntime.cs
- Source:
- XmlQueryRuntime.cs
- Source:
- XmlQueryRuntime.cs
- Source:
- XmlQueryRuntime.cs
- Source:
- XmlQueryRuntime.cs
지정된 시퀀스의 형식이 지정된 싱글톤 형식의 하위 형식인지 여부를 확인합니다.
public:
bool MatchesXmlType(System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ seq, System::Xml::Schema::XmlTypeCode code);
public bool MatchesXmlType(System.Collections.Generic.IList<System.Xml.XPath.XPathItem> seq, System.Xml.Schema.XmlTypeCode code);
member this.MatchesXmlType : System.Collections.Generic.IList<System.Xml.XPath.XPathItem> * System.Xml.Schema.XmlTypeCode -> bool
Public Function MatchesXmlType (seq As IList(Of XPathItem), code As XmlTypeCode) As Boolean
매개 변수
- code
- XmlTypeCode
싱글톤 형식입니다.
반품
true 형식이 지정된 형식의 seq 하위 형식 code이면 이고, false그렇지 않으면 .
적용 대상
MatchesXmlType(XPathItem, Int32)
- Source:
- XmlQueryRuntime.cs
- Source:
- XmlQueryRuntime.cs
- Source:
- XmlQueryRuntime.cs
- Source:
- XmlQueryRuntime.cs
- Source:
- XmlQueryRuntime.cs
true 지정한 XPathItem 개체의 형식이 지정된 XML 형식과 일치하는지 반환합니다.
public:
bool MatchesXmlType(System::Xml::XPath::XPathItem ^ item, int indexType);
public bool MatchesXmlType(System.Xml.XPath.XPathItem item, int indexType);
member this.MatchesXmlType : System.Xml.XPath.XPathItem * int -> bool
Public Function MatchesXmlType (item As XPathItem, indexType As Integer) As Boolean
매개 변수
- indexType
- Int32
XML 형식 배열의 인덱스입니다.
반품
true 지정된 형식이 지정된 XPathItem XML 형식과 일치하면 이고, false그렇지 않으면 .
적용 대상
MatchesXmlType(XPathItem, XmlTypeCode)
- Source:
- XmlQueryRuntime.cs
- Source:
- XmlQueryRuntime.cs
- Source:
- XmlQueryRuntime.cs
- Source:
- XmlQueryRuntime.cs
- Source:
- XmlQueryRuntime.cs
개체의 true 형식이 지정된 형식으로 식별되는 형식의 하위 형식인지를 반환 XPathItem 합니다XmlTypeCode.
public:
bool MatchesXmlType(System::Xml::XPath::XPathItem ^ item, System::Xml::Schema::XmlTypeCode code);
public bool MatchesXmlType(System.Xml.XPath.XPathItem item, System.Xml.Schema.XmlTypeCode code);
member this.MatchesXmlType : System.Xml.XPath.XPathItem * System.Xml.Schema.XmlTypeCode -> bool
Public Function MatchesXmlType (item As XPathItem, code As XmlTypeCode) As Boolean
매개 변수
- code
- XmlTypeCode
XmlTypeCode 클래스의 인스턴스입니다.
반품
true 개체의 XPathItem 형식이 지정된 XmlTypeCode형식으로 식별되는 형식의 하위 형식이면 이고, false그렇지 않으면 .