TeamFoundationServiceSection Class

Inheritance Hierarchy

System.Object
  TeamExplorerSectionBase
    Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage.TeamFoundationServiceSection

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

Syntax

'Declaration
<TeamExplorerSectionAttribute("F9C9E2D2-5135-4175-8377-10574A69F4C6", "3185ED96-1CBD-4381-A439-636973542E50",  _
    )> _
<PartMetadataAttribute("System.ComponentModel.Composition.Caching.PartIdentity",  _
    "F9C9E2D2-5135-4175-8377-10574A69F4C6")> _
<PartMetadataAttribute("System.ComponentModel.Composition.Caching.PartTargetHost",  _
    "Microsoft.VisualStudio")> _
Public Class TeamFoundationServiceSection _
    Inherits TeamExplorerSectionBase
[TeamExplorerSectionAttribute("F9C9E2D2-5135-4175-8377-10574A69F4C6", "3185ED96-1CBD-4381-A439-636973542E50", 
    )]
[PartMetadataAttribute("System.ComponentModel.Composition.Caching.PartIdentity", 
    "F9C9E2D2-5135-4175-8377-10574A69F4C6")]
[PartMetadataAttribute("System.ComponentModel.Composition.Caching.PartTargetHost", 
    "Microsoft.VisualStudio")]
public class TeamFoundationServiceSection : TeamExplorerSectionBase
[TeamExplorerSectionAttribute(L"F9C9E2D2-5135-4175-8377-10574A69F4C6", L"3185ED96-1CBD-4381-A439-636973542E50", 
    )]
[PartMetadataAttribute(L"System.ComponentModel.Composition.Caching.PartIdentity", 
    L"F9C9E2D2-5135-4175-8377-10574A69F4C6")]
[PartMetadataAttribute(L"System.ComponentModel.Composition.Caching.PartTargetHost", 
    L"Microsoft.VisualStudio")]
public ref class TeamFoundationServiceSection : public TeamExplorerSectionBase
[<TeamExplorerSectionAttribute("F9C9E2D2-5135-4175-8377-10574A69F4C6", "3185ED96-1CBD-4381-A439-636973542E50", 
    )>]
[<PartMetadataAttribute("System.ComponentModel.Composition.Caching.PartIdentity", 
    "F9C9E2D2-5135-4175-8377-10574A69F4C6")>]
[<PartMetadataAttribute("System.ComponentModel.Composition.Caching.PartTargetHost", 
    "Microsoft.VisualStudio")>]
type TeamFoundationServiceSection =  
    class 
        inherit TeamExplorerSectionBase 
    end
public class TeamFoundationServiceSection extends TeamExplorerSectionBase

The TeamFoundationServiceSection type exposes the following members.

Constructors

  Name Description
Public method TeamFoundationServiceSection

Top

Methods

  Name Description
Protected method CreateView (Overrides TeamExplorerSectionBase.CreateView(SectionInitializeEventArgs).)
Protected method CreateViewModel (Overrides TeamExplorerSectionBase.CreateViewModel(SectionInitializeEventArgs).)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member SectionId

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.

See Also

Reference

Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage Namespace