Share via


TFVCTeamExplorerSccInfoProviderVS.ActiveSccContext Property

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

Syntax

'Declaration
Public Property ActiveSccContext As ITeamExplorerSccContextInfo
public ITeamExplorerSccContextInfo ActiveSccContext { get; set; }
public:
virtual property ITeamExplorerSccContextInfo^ ActiveSccContext {
    ITeamExplorerSccContextInfo^ get () sealed;
    void set (ITeamExplorerSccContextInfo^ value) sealed;
}
abstract ActiveSccContext : ITeamExplorerSccContextInfo with get, set 
override ActiveSccContext : ITeamExplorerSccContextInfo with get, set
final function get ActiveSccContext () : ITeamExplorerSccContextInfo 
final function set ActiveSccContext (value : ITeamExplorerSccContextInfo)

Property Value

Type: ITeamExplorerSccContextInfo

.NET Framework Security

See Also

Reference

TFVCTeamExplorerSccInfoProviderVS Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace