Share via


ClassDesignerExtensionAttribute Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Tags a class that defines a command or gesture extension on UML class 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 ClassDesignerExtensionAttribute _
    Inherits Attribute
'Usage
Dim instance As ClassDesignerExtensionAttribute
[MetadataAttributeAttribute]
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method)]
public sealed class ClassDesignerExtensionAttribute : Attribute
[MetadataAttributeAttribute]
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Method)]
public ref class ClassDesignerExtensionAttribute sealed : public Attribute
[<SealedAttribute>]
[<MetadataAttributeAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method)>]
type ClassDesignerExtensionAttribute =  
    class
        inherit Attribute
    end
public final class ClassDesignerExtensionAttribute extends Attribute

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.VisualStudio.Uml.Extensions.ClassDesignerExtensionAttribute

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

Reference

ClassDesignerExtensionAttribute Members

Microsoft.VisualStudio.Uml.Extensions Namespace