Share via


UseCaseDesignerExtensionAttribute 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 use case diagrams.

Namespace:  Microsoft.VisualStudio.Uml.Extensions
Assembly:  Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Method)> _
<MetadataAttributeAttribute> _
Public NotInheritable Class UseCaseDesignerExtensionAttribute _
    Inherits Attribute
'Usage
Dim instance As UseCaseDesignerExtensionAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method)]
[MetadataAttributeAttribute]
public sealed class UseCaseDesignerExtensionAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Method)]
[MetadataAttributeAttribute]
public ref class UseCaseDesignerExtensionAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method)>]
[<MetadataAttributeAttribute>]
type UseCaseDesignerExtensionAttribute =  
    class
        inherit Attribute
    end
public final class UseCaseDesignerExtensionAttribute extends Attribute

Inheritance Hierarchy

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

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

UseCaseDesignerExtensionAttribute Members

Microsoft.VisualStudio.Uml.Extensions Namespace