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

XmlIncludeAttribute 属性から派生したカスタム属性を格納する ICustomAttributeProvider クラスのインスタンス。

適用対象