ImportAttribute Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.