CompositionConstants Class

Definition

Contains static metadata keys used by the composition system.

public ref class CompositionConstants abstract sealed
public static class CompositionConstants
type CompositionConstants = class
Public Class CompositionConstants
Inheritance
CompositionConstants

Remarks

Do not create metadata by using any of the keys in this class, except to deliberately interact with the composition system. Other uses will cause unpredictable behavior.

Fields

ExportTypeIdentityMetadataName

Specifies the metadata key created by the composition system to mark a part with a unique identifier.

GenericContractMetadataName

Specifies the metadata key created by the composition system to mark a generic contract.

GenericParametersMetadataName

Specifies the metadata key created by the composition system to mark generic parameters.

ImportSourceMetadataName

Specifies the metadata key created by the composition system to mark an import source.

IsGenericPartMetadataName

Specifies the metadata key created by the composition system to mark an IsGenericPart method.

PartCreationPolicyMetadataName

Specifies the metadata key created by the composition system to mark a part with a creation policy.

Applies to