XmlSchemaSetBuilder.ResolvedSet 속성
Gets or sets a list of XmlSchemaReference objects that represent a set of schemas that should be compiled as a unit.
네임스페이스: Microsoft.VisualStudio.XmlEditor
어셈블리: microsoft.visualstudio.xmleditor.dll의 Microsoft.VisualStudio.XmlEditor
사용법
구문
‘선언
Public MustOverride ReadOnly Property ResolvedSet As IList(Of XmlSchemaReference)
public abstract IList<XmlSchemaReference> ResolvedSet { get; }
public:
virtual property IList<XmlSchemaReference^>^ ResolvedSet {
IList<XmlSchemaReference^>^ get () abstract;
}
/** @property */
public abstract IList<XmlSchemaReference> get_ResolvedSet ()
public abstract function get ResolvedSet () : IList<XmlSchemaReference>
속성 값
A list of XmlSchemaReference objects that represent a set of schemas that should be compiled as a unit.
설명
When Compile is called, the XmlSchemaReference list is cleared. Compile then discovers a set of schemas that should be compiled as a unit and adds them to the XmlSchemaReference list.
The object identity and order of the locations is typically the same across multiple calls to Compile, as long as the list is exactly the same (the same locations with identical content). This allows callers to easily detect whether the set is the same as it was the last time they asked for it.
Chameleon schemas (that is, schemas without a target namespace) are reported with their target namespace equal to the target namespace of the including schema. Therefore, multiple XmlSchemaReference objects can result from one chameleon schema if it is used in multiple target namespace contexts.
스레드 보안
이 형식의 모든 public static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 모든 인스턴스 멤버는 스레드로부터 안전하지 않을 수 있습니다.
플랫폼
개발 플랫폼
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 및 Windows 2000
대상 플랫폼
참고 항목
참조
XmlSchemaSetBuilder 클래스
XmlSchemaSetBuilder 멤버
Microsoft.VisualStudio.XmlEditor 네임스페이스