ImportCardinality Enumeration
.NET Framework (current version)
Indicates the cardinality of the Export objects required by an ImportDefinition.
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
| Member name | Description | |
|---|---|---|
| ExactlyOne | Exactly one Export object is required by the ImportDefinition. | |
| ZeroOrMore | Zero or more Export objects are required by the ImportDefinition. | |
| ZeroOrOne | Zero or one Export objects are required by the ImportDefinition. |
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Show: