MefMetadataConstants Class
Defines the string constants for the names of domain model MEF metadata keys
Inheritance Hierarchy
Object
Microsoft.VisualStudio.Modeling.MefMetadataConstants
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public NotInheritable Class MefMetadataConstants
public static class MefMetadataConstants
public ref class MefMetadataConstants abstract sealed
[<AbstractClass>]
[<Sealed>]
type MefMetadataConstants = class end
public final class MefMetadataConstants
The MefMetadataConstants type exposes the following members.
Fields
Name | Description | |
---|---|---|
DomainModelId | Key for Metadata value that represents the unique identifier (a GUID) of a domain model type | |
DomainModelNamespace | Key for Metadata value that represents the namespace of a domain model type | |
ModelFileExtension | Key for Metadata value that represents the file extension |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.