Condividi tramite


Proprietà XmlSchemaContext.CompiledSet

Ottiene l'ultimo set di schemi compilati da Editor XML.

Spazio dei nomi  Microsoft.VisualStudio.XmlEditor
Assembly:  Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property CompiledSet As IList(Of XmlSchemaReference)
    Get
'Utilizzo
Dim instance As XmlSchemaContext
Dim value As IList(Of XmlSchemaReference)

value = instance.CompiledSet
public virtual IList<XmlSchemaReference> CompiledSet { get; }
public:
virtual property IList<XmlSchemaReference^>^ CompiledSet {
    IList<XmlSchemaReference^>^ get ();
}
abstract CompiledSet : IList<XmlSchemaReference>
override CompiledSet : IList<XmlSchemaReference>
function get CompiledSet () : IList<XmlSchemaReference>

Valore proprietà

Tipo: System.Collections.Generic.IList<XmlSchemaReference>
Un set di oggetti XmlSchemaReference oppure un elenco vuoto se non esistono schemi compilati.Questa proprietà non è mai nullriferimento Null (Nothing in Visual Basic)..

Vedere anche

Riferimento

XmlSchemaContext Classe

Spazio dei nomi Microsoft.VisualStudio.XmlEditor