ComponentDesignerExtensionAttribute Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Apply this attribute to a class that defines a command or gesture extension on UML component diagrams.
Namespace: Microsoft.VisualStudio.Uml.Extensions
Assembly: Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)
Syntax
'Declaration
<MetadataAttributeAttribute> _
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Method)> _
Public NotInheritable Class ComponentDesignerExtensionAttribute _
Inherits Attribute
'Usage
Dim instance As ComponentDesignerExtensionAttribute
[MetadataAttributeAttribute]
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method)]
public sealed class ComponentDesignerExtensionAttribute : Attribute
[MetadataAttributeAttribute]
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Method)]
public ref class ComponentDesignerExtensionAttribute sealed : public Attribute
[<SealedAttribute>]
[<MetadataAttributeAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method)>]
type ComponentDesignerExtensionAttribute =
class
inherit Attribute
end
public final class ComponentDesignerExtensionAttribute extends Attribute
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.VisualStudio.Uml.Extensions.ComponentDesignerExtensionAttribute
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.