ISerializationSurrogateProvider2.GetReferencedTypeOnImport メソッド

定義

スキーマのインポート中に、スキーマによって参照される型を返します。

public:
 Type ^ GetReferencedTypeOnImport(System::String ^ typeName, System::String ^ typeNamespace, System::Object ^ customData);
public Type? GetReferencedTypeOnImport(string typeName, string typeNamespace, object? customData);
abstract member GetReferencedTypeOnImport : string * string * obj -> Type
Public Function GetReferencedTypeOnImport (typeName As String, typeNamespace As String, customData As Object) As Type

パラメーター

typeName
String

スキーマ内の型の名前。

typeNamespace
String

スキーマ内の型の名前空間。

customData
Object

XML スキーマ定義に挿入される注釈を表すオブジェクト。これは、参照先の型の検索に使用できるデータです。

返品

参照先の型に使用する Type

適用対象