XmlReflectionImporter.IncludeTypes(ICustomAttributeProvider) 方法

定義

納入衍生類型的對應,以便稍後叫用匯入方法時使用。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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 類別的執行個體,其中包含衍生自 XmlIncludeAttribute 屬性的自訂屬性。

適用於