ImportAttribute Constructors
Definition
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.
Overloads
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. |
ImportAttribute()
- Source:
- ImportAttribute.cs
- 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
ImportAttribute(String)
- Source:
- ImportAttribute.cs
- 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.