ExportDescriptorProvider 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.
Provides the description of an export for a part known to the composition engine.
public ref class ExportDescriptorProvider abstract
public abstract class ExportDescriptorProvider
type ExportDescriptorProvider = class
Public MustInherit Class ExportDescriptorProvider
- Inheritance
-
ExportDescriptorProvider
Remarks
Instances of this class are not required to be safe for concurrent access by multiple threads.
Constructors
ExportDescriptorProvider() |
Initializes a new instance of the ExportDescriptorProvider class. |
Fields
NoDependencies |
Indicates a lack of dependencies. |
NoExportDescriptors |
Indicates a lack of export descriptors. |
NoMetadata |
Indicates a lack of metadata. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetExportDescriptors(CompositionContract, DependencyAccessor) |
Retrieves promise export descriptors for the specified export key. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |