ImportManyAttribute コンストラクター

定義

オーバーロード

ImportManyAttribute()

ImportManyAttribute クラスの新しいインスタンスを初期化して、既定のコントラクト名を持つエクスポート セットをインポートします。

ImportManyAttribute(String)

ImportManyAttribute クラスの新しいインスタンスを初期化して、指定されたコントラクト名を持つエクスポート セットをインポートします。

ImportManyAttribute()

ソース:
ImportManyAttribute.cs
ソース:
ImportManyAttribute.cs
ソース:
ImportManyAttribute.cs

ImportManyAttribute クラスの新しいインスタンスを初期化して、既定のコントラクト名を持つエクスポート セットをインポートします。

public:
 ImportManyAttribute();
public ImportManyAttribute ();
Public Sub New ()

適用対象

ImportManyAttribute(String)

ソース:
ImportManyAttribute.cs
ソース:
ImportManyAttribute.cs
ソース:
ImportManyAttribute.cs

ImportManyAttribute クラスの新しいインスタンスを初期化して、指定されたコントラクト名を持つエクスポート セットをインポートします。

public:
 ImportManyAttribute(System::String ^ contractName);
public ImportManyAttribute (string contractName);
new System.Composition.ImportManyAttribute : string -> System.Composition.ImportManyAttribute
Public Sub New (contractName As String)

パラメーター

contractName
String

インポートするエクスポートのコントラクト名。null または空の文字列 ("") を指定すると、既定のコントラクト名が使用されます。

適用対象