英語で読む

次の方法で共有


ExportAttribute クラス

定義

型、プロパティ、フィールド、またはメソッドが特定のエクスポートを提供することを指定します。

C#
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=true, Inherited=false)]
public class ExportAttribute : Attribute
継承
ExportAttribute
属性

次の例は、ExportAttribute が 3 つのクラスに適用され、それらに一致する 3 つのインポートを示しています。

C#
//Default export infers type and contract name from the
//exported type.  This is the preferred method.
[Export]
public class MyExport1
{
    public String data = "Test Data 1.";
}

public class MyImporter1
{
    [Import]
    public MyExport1 importedMember { get; set; }
}

public interface MyInterface
{

}

//Specifying the contract type may be important if
//you want to export a type other then the base type,
//such as an interface.
[Export(typeof(MyInterface))]
public class MyExport2 : MyInterface
{
    public String data = "Test Data 2.";
}

public class MyImporter2
{
    //The import must match the contract type!
    [Import(typeof(MyInterface))]
    public MyExport2 importedMember { get; set; }
}

//Specifying a contract name should only be 
//needed in rare cases. Usually, using metadata
//is a better approach.
[Export("MyContractName", typeof(MyInterface))]
public class MyExport3 : MyInterface
{
    public String data = "Test Data 3.";
}

public class MyImporter3
{
    //Both contract name and type must match!
    [Import("MyContractName", typeof(MyInterface))]
    public MyExport3 importedMember { get; set; }
}

class Program
{      

    static void Main(string[] args)
    {
        AggregateCatalog catalog = new AggregateCatalog();
        catalog.Catalogs.Add(new AssemblyCatalog(typeof(MyExport1).Assembly));
        CompositionContainer _container = new CompositionContainer(catalog);
        MyImporter1 test1 = new MyImporter1();
        MyImporter2 test2 = new MyImporter2();
        MyImporter3 test3 = new MyImporter3();
        _container.SatisfyImportsOnce(test1);
        _container.SatisfyImportsOnce(test2);
        _container.SatisfyImportsOnce(test3);
        Console.WriteLine(test1.importedMember.data);
        Console.WriteLine(test2.importedMember.data);
        Console.WriteLine(test3.importedMember.data);
        Console.ReadLine();

    }
}

注釈

属性付きプログラミング モデルでは、ExportAttribute 属性は、特定のコントラクトを満たすオブジェクトをパーツがエクスポートするか、コンポジション コンテナーに提供することを宣言します。 コンポジション中に、コントラクトが一致するインポートを含むパーツには、エクスポートされたオブジェクトによってそれらの依存関係が入力されます。

ExportAttribute 属性は、クラス全体、またはクラスのプロパティ、フィールド、またはメソッドのいずれかに適用できます。 クラス全体に適用されている場合、クラスのインスタンスはエクスポートされたオブジェクトです。 クラスのメンバーに適用されている場合、エクスポートされたオブジェクトはそのメンバーの値になります。

コントラクトが一致するかどうかは、主にコントラクト名とコントラクトの種類によって決まります。 詳しくは、ImportAttribute のリファレンスを参照してください。

コンストラクター

ExportAttribute()

ExportAttribute クラスの新しいインスタンスを初期化して、この属性でマークされた型またはメンバーを既定のコントラクト名でエクスポートします。

ExportAttribute(String)

ExportAttribute クラスの新しいインスタンスを初期化して、この属性でマークされた型またはメンバーを指定されたコントラクト名でエクスポートします。

ExportAttribute(String, Type)

ExportAttribute クラスの新しいインスタンスを初期化して、指定された型を指定されたコントラクト名でエクスポートします。

ExportAttribute(Type)

ExportAttribute クラスの新しいインスタンスを初期化して、この属性でマークされた型またはメンバーを、指定された型から派生したコントラクト名でエクスポートします。

プロパティ

ContractName

この属性でマークされた型またはメンバーをエクスポートするために使用されるコントラクト名を取得します。

ContractType

この属性でマークされたメンバーによってエクスポートされるコントラクト型を取得します。

TypeId

派生クラスで実装されると、この Attribute の一意の識別子を取得します。

(継承元 Attribute)

メソッド

Equals(Object)

このインスタンスが、指定されたオブジェクトと等価であるかどうかを示す値を返します。

(継承元 Attribute)
GetHashCode()

このインスタンスのハッシュ コードを返します。

(継承元 Attribute)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
IsDefaultAttribute()

派生クラスでオーバーライドされるとき、このインスタンスの値が派生クラスの既定値であるかどうかを示します。

(継承元 Attribute)
Match(Object)

派生クラス内でオーバーライドされたときに、指定したオブジェクトとこのインスタンスが等しいかどうかを示す値を返します。

(継承元 Attribute)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

明示的なインターフェイスの実装

_Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

一連の名前を対応する一連のディスパッチ識別子に割り当てます。

(継承元 Attribute)
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr)

オブジェクトの型情報を取得します。この情報はインターフェイスの型情報の取得に使用できます。

(継承元 Attribute)
_Attribute.GetTypeInfoCount(UInt32)

オブジェクトが提供する型情報インターフェイスの数 (0 または 1) を取得します。

(継承元 Attribute)
_Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)

オブジェクトによって公開されたプロパティおよびメソッドへのアクセスを提供します。

(継承元 Attribute)

適用対象

製品 バージョン
.NET Core 1.1, 6, 7, 8, 9
.NET Framework 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0