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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
TFVCTeamExplorerSccInfoProviderVS Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace