SoapReflectionImporter.IncludeTypes(ICustomAttributeProvider) メソッド

定義

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 属性から派生したカスタム属性を格納する SoapIncludeAttribute リフレクション オブジェクト。

適用対象