System::Xml::Schema::XmlSchemaType::GetBuiltInSimpleType メソッド

XmlSchemaType::GetBuiltInSimpleType(const SharedPtr<XmlQualifiedName>&) method

限定名で指定された単純型の組み込み単純型を表す XmlSchemaSimpleType を返します。

static SharedPtr<XmlSchemaSimpleType> System::Xml::Schema::XmlSchemaType::GetBuiltInSimpleType(const SharedPtr<XmlQualifiedName> &qualifiedName)
パラメーター型説明
qualifiedNameconst SharedPtr<XmlQualifiedName>&単純型の XmlQualifiedName。

ReturnValue

組み込み単純型を表す XmlSchemaSimpleType。

参照

XmlSchemaType::GetBuiltInSimpleType(XmlTypeCode) method

指定された単純型の組み込み単純型を表す XmlSchemaSimpleType を返します。

static SharedPtr<XmlSchemaSimpleType> System::Xml::Schema::XmlSchemaType::GetBuiltInSimpleType(XmlTypeCode typeCode)
パラメーター型説明
typeCodeXmlTypeCode単純型を表す XmlTypeCode のいずれかの値。

ReturnValue

組み込み単純型を表す XmlSchemaSimpleType。

参照