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 | |
|---|---|---|
| .gif) | TFVCTeamExplorerGettingStartedProviderVS | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | HelpLink | |
| .gif) | IsRunning | |
| .gif) | NotificationSpecialText | |
| .gif) | NotificationText | |
| .gif) | ShowGettingStartedFlow | |
| .gif) | SolutionSectionText | |
| .gif) | Title | |
| .gif) | UIControl | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Dispose | |
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | Exec | |
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | Initialize | |
| .gif) | LaunchItemViaArtifactUri | |
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | OnBeforeHide | |
| .gif) | OnBeforeShow | |
| .gif) | OnRefresh | |
| .gif) | OnRefreshComplete | |
| .gif) | QueryStatus | |
| .gif) | RaisePropertyChanged | Raise the PropertyChanged event. | 
| .gif) | RegisterHandlers | |
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | PropertyChanged | 
Top
Fields
| Name | Description | |
|---|---|---|
| .gif) .gif) | 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