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
- 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