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