XmlSchemaSetBuilder Class
Builds a self-contained set of schemas that will be compiled as a unit.
Assembly: Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)
| Name | Description | |
|---|---|---|
![]() | XmlSchemaSetBuilder() | Initializes a new instance of the XmlSchemaSetBuilder class. |
| Name | Description | |
|---|---|---|
![]() | Candidates | Gets or sets a list of XmlSchemaReference objects that represent schemas that import a target namespace. |
![]() | CompiledSet | Gets the T:System.Xml.XmlSchemaSet object that results form a call to the Compile method. |
![]() | Errors | Gets a list of Exception objects. |
![]() | ResolvedSet | Gets or sets a list of XmlSchemaReference objects that represent a set of schemas that should be compiled as a unit. |
![]() | Sources | Gets or sets a list of XmlSchemaReference objects that represent schemas. |
| Name | Description | |
|---|---|---|
![]() | Compile() | Resolves source and candidate locations to find the set of schemas that should be compiled as a unit. This method also compiles the T:System.Xml.XmlSchemaSet from the resulting set of schemas. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


