Share via


ShelvesetNotification.ShelvedItems Property

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

Syntax

'宣言
Public ReadOnly Property ShelvedItems As IEnumerable(Of String)
    Get
public IEnumerable<string> ShelvedItems { get; }
public:
property IEnumerable<String^>^ ShelvedItems {
    IEnumerable<String^>^ get ();
}
member ShelvedItems : IEnumerable<string>
function get ShelvedItems () : IEnumerable<String>

Property Value

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

.NET Framework Security

See Also

Reference

ShelvesetNotification Class

Microsoft.TeamFoundation.VersionControl.Server Namespace