XmlSchemaObjectTable.Values 속성

정의

XmlSchemaObjectTable에 있는 모든 요소에 대한 모든 값의 컬렉션을 반환합니다.

public:
 property System::Collections::ICollection ^ Values { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection Values { get; }
member this.Values : System.Collections.ICollection
Public ReadOnly Property Values As ICollection

속성 값

ICollection

XmlSchemaObjectTable에 있는 모든 요소에 대한 모든 값의 컬렉션입니다.

적용 대상