XsdDataContractExporter.GetSchemaTypeName(Type) メソッド

定義

Typeのコントラクト名とコントラクト名前空間を返します。

public:
 System::Xml::XmlQualifiedName ^ GetSchemaTypeName(Type ^ type);
[System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Data Contract Serialization and Deserialization might require types that cannot be statically analyzed.")]
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Data Contract Serialization and Deserialization might require types that cannot be statically analyzed. Make sure all of the required types are preserved.")]
public System.Xml.XmlQualifiedName GetSchemaTypeName(Type type);
public System.Xml.XmlQualifiedName GetSchemaTypeName(Type type);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Data Contract Serialization and Deserialization might require types that cannot be statically analyzed. Make sure all of the required types are preserved.")]
public System.Xml.XmlQualifiedName GetSchemaTypeName(Type type);
[<System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Data Contract Serialization and Deserialization might require types that cannot be statically analyzed.")>]
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Data Contract Serialization and Deserialization might require types that cannot be statically analyzed. Make sure all of the required types are preserved.")>]
member this.GetSchemaTypeName : Type -> System.Xml.XmlQualifiedName
member this.GetSchemaTypeName : Type -> System.Xml.XmlQualifiedName
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Data Contract Serialization and Deserialization might require types that cannot be statically analyzed. Make sure all of the required types are preserved.")>]
member this.GetSchemaTypeName : Type -> System.Xml.XmlQualifiedName
Public Function GetSchemaTypeName (type As Type) As XmlQualifiedName

パラメーター

type
Type

エクスポートされた Type

返品

型とその名前空間のコントラクト名を表す XmlQualifiedName

属性

例外

type引数はnull

適用対象