CompositionAttributes Class
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.Integration.CompositionAttributes
Syntax
public static class CompositionAttributes
public ref class CompositionAttributes abstract sealed
[<AbstractClass>]
[<Sealed>]
type CompositionAttributes = class end
Public NotInheritable Class CompositionAttributes
Fields
Name | Description | |
---|---|---|
AdapterIdKey | Key for Metadata value that represents the Type of the ModelBusAdapter. |
|
CommandIdKey | Key for Metadata value that represents the Type of the Command |
|
HostKey | Key for Metadata value that represents the host an adapter manager works with |
|
IsDynamicKey | Key for Metadata value that indicates if an AdapterManager is dynamic |
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.
See Also
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top