共用方式為


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

適用於