Share via


CheckinResult.ImplicitItems Property

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

Syntax

'宣言
Public Property ImplicitItems As List(Of Item)
    Get
    Set
public List<Item> ImplicitItems { get; set; }
public:
property List<Item^>^ ImplicitItems {
    List<Item^>^ get ();
    void set (List<Item^>^ value);
}
member ImplicitItems : List<Item> with get, set
function get ImplicitItems () : List<Item>
function set ImplicitItems (value : List<Item>)

Property Value

Type: System.Collections.Generic.List<Item>

.NET Framework Security

See Also

Reference

CheckinResult Class

Microsoft.TeamFoundation.VersionControl.Server Namespace