TFVCTeamExplorerSccInfoProviderVS.AvailableSccContexts Property
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public Property AvailableSccContexts As IList(Of ITeamExplorerSccContextInfo)
public IList<ITeamExplorerSccContextInfo> AvailableSccContexts { get; set; }
public:
virtual property IList<ITeamExplorerSccContextInfo^>^ AvailableSccContexts {
IList<ITeamExplorerSccContextInfo^>^ get () sealed;
void set (IList<ITeamExplorerSccContextInfo^>^ value) sealed;
}
abstract AvailableSccContexts : IList<ITeamExplorerSccContextInfo> with get, set
override AvailableSccContexts : IList<ITeamExplorerSccContextInfo> with get, set
final function get AvailableSccContexts () : IList<ITeamExplorerSccContextInfo>
final function set AvailableSccContexts (value : IList<ITeamExplorerSccContextInfo>)
Property Value
Type: System.Collections.Generic.IList<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