ImportManyAttribute 생성자

정의

오버로드

ImportManyAttribute()

기본 계약 이름을 가진 내보내기 집합을 가져와 ImportManyAttribute 클래스의 새 인스턴스를 초기화합니다.

ImportManyAttribute(String)

지정된 계약 이름을 가진 내보내기 집합을 가져와 ImportManyAttribute 클래스의 새 인스턴스를 초기화합니다.

ImportManyAttribute()

Source:
ImportManyAttribute.cs
Source:
ImportManyAttribute.cs
Source:
ImportManyAttribute.cs

기본 계약 이름을 가진 내보내기 집합을 가져와 ImportManyAttribute 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

ImportManyAttribute(String)

Source:
ImportManyAttribute.cs
Source:
ImportManyAttribute.cs
Source:
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이거나 빈 문자열("")입니다.

적용 대상