ScopingExtensions Class
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.
Defines static convenience methods for scoping.
public ref class ScopingExtensions abstract sealed
public static class ScopingExtensions
type ScopingExtensions = class
Public Module ScopingExtensions
- Inheritance
-
ScopingExtensions
Methods
ContainsPartMetadata<T>(ComposablePartDefinition, String, T) |
Gets a value that indicates whether the specified part contains metadata that has the specified key and value. |
ContainsPartMetadataWithKey(ComposablePartDefinition, String) |
Gets a value that indicates whether the specified part contains metadata that has the specified key. |
Exports(ComposablePartDefinition, String) |
Gets a value that indicates whether the specified part exports the specified contract. |
Filter(ComposablePartCatalog, Func<ComposablePartDefinition,Boolean>) |
Filters the specified catalog with the specified filter function. |
Imports(ComposablePartDefinition, String, ImportCardinality) |
Determines whether the specified part imports the specified contract with the specified cardinality. |
Imports(ComposablePartDefinition, String) |
Determines whether the specified part imports the specified contract. |
Applies to
.NET