XmlReflectionImporter.IncludeTypes(ICustomAttributeProvider) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
インポート メソッドが呼び出されたときに後で使用するための派生型のマッピングが含まれます。
この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。
public:
void IncludeTypes(System::Reflection::ICustomAttributeProvider ^ provider);
[System.Diagnostics.CodeAnalysis.RequiresDynamicCode("XML serializer relies on dynamic code generation which is not available with Ahead of Time compilation")]
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly")]
public void IncludeTypes(System.Reflection.ICustomAttributeProvider provider);
public void IncludeTypes(System.Reflection.ICustomAttributeProvider provider);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly")]
public void IncludeTypes(System.Reflection.ICustomAttributeProvider provider);
[<System.Diagnostics.CodeAnalysis.RequiresDynamicCode("XML serializer relies on dynamic code generation which is not available with Ahead of Time compilation")>]
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly")>]
member this.IncludeTypes : System.Reflection.ICustomAttributeProvider -> unit
member this.IncludeTypes : System.Reflection.ICustomAttributeProvider -> unit
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Members from serialized types may be trimmed if not referenced directly")>]
member this.IncludeTypes : System.Reflection.ICustomAttributeProvider -> unit
Public Sub IncludeTypes (provider As ICustomAttributeProvider)
パラメーター
- provider
- ICustomAttributeProvider
ICustomAttributeProvider属性から派生したカスタム属性を含むXmlIncludeAttribute クラスのインスタンス。
- 属性