TFVCTeamExplorerSccInfoProviderVS.ActivateSccContext Method
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public Sub ActivateSccContext ( _
sccContext As ITeamExplorerSccContextInfo _
)
public void ActivateSccContext(
ITeamExplorerSccContextInfo sccContext
)
public:
virtual void ActivateSccContext(
ITeamExplorerSccContextInfo^ sccContext
) sealed
abstract ActivateSccContext :
sccContext:ITeamExplorerSccContextInfo -> unit
override ActivateSccContext :
sccContext:ITeamExplorerSccContextInfo -> unit
public final function ActivateSccContext(
sccContext : ITeamExplorerSccContextInfo
)
Parameters
- sccContext
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