System::Xml::Schema::XmlSchemaType::GetBuiltInSimpleType 메서드
XmlSchemaType::GetBuiltInSimpleType(const SharedPtr<XmlQualifiedName>&) method
정규화된 이름으로 지정된 단순 유형의 내장 단순 유형을 나타내는 XmlSchemaSimpleType을 반환합니다.
static SharedPtr<XmlSchemaSimpleType> System::Xml::Schema::XmlSchemaType::GetBuiltInSimpleType(const SharedPtr<XmlQualifiedName> &qualifiedName)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| qualifiedName | const SharedPtr<XmlQualifiedName>& | 단순 유형의 XmlQualifiedName입니다. |
ReturnValue
내장 단순 유형을 나타내는 XmlSchemaSimpleType입니다.
또 보기
- Typedef SharedPtr
- Class XmlSchemaSimpleType
- Class XmlQualifiedName
- Class XmlSchemaType
- Namespace System::Xml::Schema
- Library Aspose.Page for C++
XmlSchemaType::GetBuiltInSimpleType(XmlTypeCode) method
지정된 단순 유형의 내장 단순 유형을 나타내는 XmlSchemaSimpleType을 반환합니다.
static SharedPtr<XmlSchemaSimpleType> System::Xml::Schema::XmlSchemaType::GetBuiltInSimpleType(XmlTypeCode typeCode)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| typeCode | XmlTypeCode | 단순 유형을 나타내는 XmlTypeCode 값 중 하나입니다. |
ReturnValue
내장 단순 유형을 나타내는 XmlSchemaSimpleType입니다.
또 보기
- Typedef SharedPtr
- Class XmlSchemaSimpleType
- Enum XmlTypeCode
- Class XmlSchemaType
- Namespace System::Xml::Schema
- Library Aspose.Page for C++