TFVCTeamExplorerSccInfoProviderVS.AvailableSolutions Property

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

Syntax

'Declaration
Public ReadOnly Property AvailableSolutions As IEnumerable(Of ITeamExplorerSccSolutionInfo)
public IEnumerable<ITeamExplorerSccSolutionInfo> AvailableSolutions { get; }
public:
virtual property IEnumerable<ITeamExplorerSccSolutionInfo^>^ AvailableSolutions {
    IEnumerable<ITeamExplorerSccSolutionInfo^>^ get () sealed;
}
abstract AvailableSolutions : IEnumerable<ITeamExplorerSccSolutionInfo> with get 
override AvailableSolutions : IEnumerable<ITeamExplorerSccSolutionInfo> with get
final function get AvailableSolutions () : IEnumerable<ITeamExplorerSccSolutionInfo>

Property Value

Type: System.Collections.Generic.IEnumerable<ITeamExplorerSccSolutionInfo>

.NET Framework Security

See Also

Reference

TFVCTeamExplorerSccInfoProviderVS Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace