XmlSchemaSet.Contains 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
XSD(XML 스키마 정의 언어) 스키마가 XmlSchemaSet에 있는지 여부를 나타냅니다.
오버로드
Contains(String) |
지정된 대상 네임스페이스 URI가 있는 XSD(XML 스키마 정의 언어) 스키마가 XmlSchemaSet에 있는지 여부를 나타냅니다. |
Contains(XmlSchema) |
지정된 XSD(XML 스키마 정의 언어) XmlSchema 개체가 XmlSchemaSet에 있는지 여부를 나타냅니다. |
Contains(String)
지정된 대상 네임스페이스 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
속성입니다.
반환
지정된 대상 네임스페이스 URI가 있는 스키마가 XmlSchemaSet에 있으면 true
이고, 그렇지 않으면 false
입니다.
설명
간접적으로 추가 XmlSchemaSet 되는 스키마는 메서드에서 검색 Contains 됩니다(예: 가져온 스키마). 따라서 네임스페이스에 대한 스키마를 가져오는 네임스페이스에 대한 http://www.contoso.com/retail
http://www.contoso.com/books
스키마가 매개 변수로 호출 http://www.contoso.com/books
Contains 된 에 추가XmlSchemaSet되면 반환됩니다true
.
적용 대상
Contains(XmlSchema)
지정된 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
매개 변수
반환
XmlSchema 개체가 XmlSchemaSet에 있으면 true
이고, 그렇지 않으면 false
입니다.
예외
매개 변수로 전달된 XmlSchemaSet이 null
인 경우