ImportAttribute Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ImportAttribute() |
Initializes a new instance of the ImportAttribute class, importing the export with the default contract name. |
ImportAttribute(String) |
Initializes a new instance of the ImportAttribute class, importing the export with the specified contract name. |
- Source:
- ImportAttribute.cs
- Source:
- ImportAttribute.cs
- Source:
- ImportAttribute.cs
Initializes a new instance of the ImportAttribute class, importing the export with the default contract name.
public:
ImportAttribute();
public ImportAttribute ();
Public Sub New ()
Applies to
.NET 9 (package-provided) and other versions
Product | Versions |
---|---|
.NET | Core 1.1, 8 (package-provided), 9 (package-provided) |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided) |
- Source:
- ImportAttribute.cs
- Source:
- ImportAttribute.cs
- Source:
- ImportAttribute.cs
Initializes a new instance of the ImportAttribute class, importing the export with the specified contract name.
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
The contract name of the export to import, or null
or an empty string ("") to use the default contract name.
Applies to
.NET 9 (package-provided) and other versions
Product | Versions |
---|---|
.NET | Core 1.1, 8 (package-provided), 9 (package-provided) |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided) |
.NET feedback
.NET is an open source project. Select a link to provide feedback: