SoapReflectionImporter.IncludeTypes(ICustomAttributeProvider) 方法

定義

將衍生型別 (Derived Type) 的對應置於 SoapReflectionImporter 執行個體的內容,以便稍後叫用匯入方法時使用。

public:
 void IncludeTypes(System::Reflection::ICustomAttributeProvider ^ provider);
public void IncludeTypes (System.Reflection.ICustomAttributeProvider provider);
member this.IncludeTypes : System.Reflection.ICustomAttributeProvider -> unit
Public Sub IncludeTypes (provider As ICustomAttributeProvider)

參數

provider
ICustomAttributeProvider

ICustomAttributeProvider 反映 (Reflection) 物件,其中含有衍生自 SoapIncludeAttribute 屬性 (Attribute) 的自訂屬性。

適用於