Share via


XmlSchemaSetBuilder.CompiledSet Property

 

Gets the T:System.Xml.XmlSchemaSet object that results form a call to the Compile method.

Namespace:   Microsoft.VisualStudio.XmlEditor
Assembly:  Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)

Syntax

public abstract XmlSchemaSet CompiledSet { get; }
public:
property XmlSchemaSet^ CompiledSet {
    virtual XmlSchemaSet^ get() abstract;
}
abstract CompiledSet : XmlSchemaSet with get
Public MustOverride ReadOnly Property CompiledSet As XmlSchemaSet

Property Value

Type: System.Xml.Schema.XmlSchemaSet

The T:System.Xml.XmlSchemaSet object that results form a call to the Compile method. If there are resolution errors that prevent the schema from compiling, this property is null.

Remarks

When Compile is called, the final T:System.Xml.XmlSchemaSet object is available through this property.

See Also

XmlSchemaSetBuilder Class
Microsoft.VisualStudio.XmlEditor Namespace

Return to top