IPendingCheckin Interface

An interface that provides data for policies.

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

Syntax

'Declaration
Public Interface IPendingCheckin _
    Inherits IServiceProvider
public interface IPendingCheckin : IServiceProvider
public interface class IPendingCheckin : IServiceProvider
type IPendingCheckin =  
    interface 
        interface IServiceProvider 
    end
public interface IPendingCheckin extends IServiceProvider

The IPendingCheckin type exposes the following members.

Properties

  Name Description
Public property CheckinNotes Gets an interface that represents the check-in notes portion of the pending check-in.
Public property PendingChanges Gets an interface that represents the pending changes portion of the pending check-in.
Public property Policies Gets an interface that represents the policies portion of the pending check-in.
Public property WorkItems Gets an interface that represents the work items portion of the pending check-in.

Top

Methods

  Name Description
Public method GetService Gets the service object of the specified type. (Inherited from IServiceProvider.)

Top

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Client Namespace