Share via


LayerDesignerExtensionAttribute 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 layer 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 LayerDesignerExtensionAttribute _
    Inherits Attribute
'Usage
Dim instance As LayerDesignerExtensionAttribute
[MetadataAttributeAttribute]
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method)]
public sealed class LayerDesignerExtensionAttribute : Attribute
[MetadataAttributeAttribute]
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Method)]
public ref class LayerDesignerExtensionAttribute sealed : public Attribute
[<SealedAttribute>]
[<MetadataAttributeAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method)>]
type LayerDesignerExtensionAttribute =  
    class
        inherit Attribute
    end
public final class LayerDesignerExtensionAttribute extends Attribute

Inheritance Hierarchy

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

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

LayerDesignerExtensionAttribute Members

Microsoft.VisualStudio.Uml.Extensions Namespace