This documentation is archived and is not being maintained.

TeamFoundationServerExt Class

This represents the Team Foundation Server extensibility model within Visual Studio.

System.Object
  Microsoft.VisualStudio.TeamFoundation.TeamFoundationServerExt

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

[GuidAttribute("940c9745-4306-46e2-ac68-9d3d7119ed5b")]
[ComVisibleAttribute(true)]
public sealed class TeamFoundationServerExt

The TeamFoundationServerExt type exposes the following members.

  NameDescription
Public propertyActiveProjectContextGet the current project context.
Top

  NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public eventProjectContextChangedThis event occurs when the current project context changes.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: