TeamFoundationServerExt Class
This represents the Team Foundation Server extensibility model within Visual Studio.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TeamFoundation.TeamFoundationServerExt
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
<GuidAttribute("940c9745-4306-46e2-ac68-9d3d7119ed5b")> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class TeamFoundationServerExt
[GuidAttribute("940c9745-4306-46e2-ac68-9d3d7119ed5b")]
[ComVisibleAttribute(true)]
public sealed class TeamFoundationServerExt
[GuidAttribute(L"940c9745-4306-46e2-ac68-9d3d7119ed5b")]
[ComVisibleAttribute(true)]
public ref class TeamFoundationServerExt sealed
[<Sealed>]
[<GuidAttribute("940c9745-4306-46e2-ac68-9d3d7119ed5b")>]
[<ComVisibleAttribute(true)>]
type TeamFoundationServerExt = class end
public final class TeamFoundationServerExt
The TeamFoundationServerExt type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActiveProjectContext | Get the current project context. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
ProjectContextChanged | This event occurs when the current project context changes. |
Top
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.