ImportAttribute Constructors

Definitie

Overloads

Name Description
ImportAttribute()

Initialiseert een nieuw exemplaar van de ImportAttribute klasse, waarbij de export wordt geïmporteerd met de standaardcontractnaam.

ImportAttribute(String)

Initialiseert een nieuw exemplaar van de ImportAttribute klasse, waarbij de export wordt geïmporteerd met de opgegeven contractnaam.

ImportAttribute()

Bron:
ImportAttribute.cs
Bron:
ImportAttribute.cs
Bron:
ImportAttribute.cs
Bron:
ImportAttribute.cs

Initialiseert een nieuw exemplaar van de ImportAttribute klasse, waarbij de export wordt geïmporteerd met de standaardcontractnaam.

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

Van toepassing op

ImportAttribute(String)

Bron:
ImportAttribute.cs
Bron:
ImportAttribute.cs
Bron:
ImportAttribute.cs
Bron:
ImportAttribute.cs

Initialiseert een nieuw exemplaar van de ImportAttribute klasse, waarbij de export wordt geïmporteerd met de opgegeven contractnaam.

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

Parameters

contractName
String

De contractnaam van de export die moet worden geïmporteerd of null een lege tekenreeks ("") om de standaardcontractnaam te gebruiken.

Van toepassing op