WorkItemExtensionAttribute Class

Indicates that a class extends WorkItem classes. The class must implement IWorkItemExtension.

Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple:=True, Inherited:=True)> _
Public Class WorkItemExtensionAttribute
    Inherits Attribute
'Usage
Dim instance As WorkItemExtensionAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=true, Inherited=true)] 
public class WorkItemExtensionAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple=true, Inherited=true)] 
public ref class WorkItemExtensionAttribute : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=true, Inherited=true) */ 
public class WorkItemExtensionAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=true, Inherited=true) 
public class WorkItemExtensionAttribute extends Attribute

Inheritance Hierarchy

System.Object
   System.Attribute
    Microsoft.Practices.CompositeUI.WorkItemExtensionAttribute

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

WorkItemExtensionAttribute Members
Microsoft.Practices.CompositeUI Namespace