Share via


UserContextAttribute Class

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := True)> _
Public NotInheritable Class UserContextAttribute _
    Inherits Attribute
'Usage
Dim instance As UserContextAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true)]
public sealed class UserContextAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true)]
public ref class UserContextAttribute sealed : public Attribute
public final class UserContextAttribute extends Attribute

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.TeamFoundation.Common.UserContextAttribute

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

UserContextAttribute Members

Microsoft.TeamFoundation.Common Namespace