ImportManyAttribute コンストラクター

定義

オーバーロード

名前 説明
ImportManyAttribute()

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

ImportManyAttribute(String)

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

ImportManyAttribute()

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

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

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

適用対象

ImportManyAttribute(String)

ソース:
ImportManyAttribute.cs
ソース:
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 または空の文字列 ("") です。

適用対象