XmlSchemaSet.Contains 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
XSD(XML 스키마 정의 언어) 스키마가 에 XmlSchemaSet있는지 여부를 나타냅니다.
오버로드
| Name | Description |
|---|---|
| Contains(String) |
지정된 대상 네임스페이스 URI를 사용하는 XSD(XML 스키마 정의 언어) 스키마가 에 XmlSchemaSet있는지 여부를 나타냅니다. |
| Contains(XmlSchema) |
지정된 XSD(XML 스키마 정의 언어) XmlSchema 개체가 에 XmlSchemaSet있는지 여부를 나타냅니다. |
Contains(String)
- Source:
- XmlSchemaSet.cs
- Source:
- XmlSchemaSet.cs
- Source:
- XmlSchemaSet.cs
- Source:
- XmlSchemaSet.cs
- Source:
- XmlSchemaSet.cs
지정된 대상 네임스페이스 URI를 사용하는 XSD(XML 스키마 정의 언어) 스키마가 에 XmlSchemaSet있는지 여부를 나타냅니다.
public:
bool Contains(System::String ^ targetNamespace);
public bool Contains(string? targetNamespace);
public bool Contains(string targetNamespace);
member this.Contains : string -> bool
Public Function Contains (targetNamespace As String) As Boolean
매개 변수
- targetNamespace
- String
스키마 targetNamespace 속성입니다.
반품
설명
간접적으로 추가 XmlSchemaSet 되는 스키마는 메서드에서 검색 Contains 됩니다(예: 가져온 스키마). 따라서 네임스페이스에 대한 http://www.contoso.com/retail 스키마를 가져오는 네임스페이스에 대한 http://www.contoso.com/books 스키마가 매개 변수로 호출 XmlSchemaSet 된 스키마에 Contains 추가http://www.contoso.com/books되면 반환됩니다true.
적용 대상
Contains(XmlSchema)
- Source:
- XmlSchemaSet.cs
- Source:
- XmlSchemaSet.cs
- Source:
- XmlSchemaSet.cs
- Source:
- XmlSchemaSet.cs
- Source:
- XmlSchemaSet.cs
지정된 XSD(XML 스키마 정의 언어) XmlSchema 개체가 에 XmlSchemaSet있는지 여부를 나타냅니다.
public:
bool Contains(System::Xml::Schema::XmlSchema ^ schema);
public bool Contains(System.Xml.Schema.XmlSchema schema);
member this.Contains : System.Xml.Schema.XmlSchema -> bool
Public Function Contains (schema As XmlSchema) As Boolean
매개 변수
반품
예외
XmlSchemaSet 매개 변수로 전달된 값은 .입니다null.