Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
| .gif) | TFVCTeamExplorerSccInfoProviderVS | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | ActiveSccContext | |
| .gif) | AvailableSccContexts | |
| .gif) | AvailableSolutions | |
| .gif) | DefaultSolutionDirectory | |
| .gif) | IsActive | |
| .gif) | SccContextLabel | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | ActivateSccContext | |
| .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) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | OnRefresh | |
| .gif) | OnRefreshComplete | |
| .gif) | QueryStatus | |
| .gif) | RaisePropertyChanged | Raise the PropertyChanged event. | 
| .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