TFVCTeamExplorerGettingStartedProviderVS Class

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TeamFoundation.VersionControl.TFVCTeamExplorerGettingStartedProviderVS

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

Syntax

'Declaration
<PartCreationPolicyAttribute(CreationPolicy.NonShared)> _
Public Class TFVCTeamExplorerGettingStartedProviderVS _
    Implements IDisposable, INotifyPropertyChanged
[PartCreationPolicyAttribute(CreationPolicy.NonShared)]
public class TFVCTeamExplorerGettingStartedProviderVS : IDisposable, 
    INotifyPropertyChanged
[PartCreationPolicyAttribute(CreationPolicy::NonShared)]
public ref class TFVCTeamExplorerGettingStartedProviderVS : IDisposable, 
    INotifyPropertyChanged
[<PartCreationPolicyAttribute(CreationPolicy.NonShared)>]
type TFVCTeamExplorerGettingStartedProviderVS =  
    class 
        interface IDisposable 
        interface INotifyPropertyChanged 
    end
public class TFVCTeamExplorerGettingStartedProviderVS implements IDisposable, INotifyPropertyChanged

The TFVCTeamExplorerGettingStartedProviderVS type exposes the following members.

Constructors

  Name Description
Public method TFVCTeamExplorerGettingStartedProviderVS

Top

Properties

  Name Description
Public property HelpLink
Public property IsRunning
Public property NotificationSpecialText
Public property NotificationText
Public property ShowGettingStartedFlow
Public property SolutionSectionText
Public property Title
Public property UIControl

Top

Methods

  Name Description
Public method Dispose
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method Exec
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.)
Public method Initialize
Public method LaunchItemViaArtifactUri
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method OnBeforeHide
Public method OnBeforeShow
Public method OnRefresh
Public method OnRefreshComplete
Public method QueryStatus
Protected method RaisePropertyChanged Raise the PropertyChanged event.
Public method RegisterHandlers
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event PropertyChanged

Top

Fields

  Name Description
Public fieldStatic member Id

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.VersionControl Namespace