TFVCTeamExplorerSccInfoProviderVS Class

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TeamFoundation.VersionControl.TFVCTeamExplorerSccInfoProviderVS

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

Syntax

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

The TFVCTeamExplorerSccInfoProviderVS type exposes the following members.

Constructors

  Name Description
Public method TFVCTeamExplorerSccInfoProviderVS

Top

Properties

  Name Description
Public property ActiveSccContext
Public property AvailableSccContexts
Public property AvailableSolutions
Public property DefaultSolutionDirectory
Public property IsActive
Public property SccContextLabel

Top

Methods

  Name Description
Public method ActivateSccContext
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
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method OnRefresh
Public method OnRefreshComplete
Public method QueryStatus
Protected method RaisePropertyChanged Raise the PropertyChanged event.
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