An interface that provides data for policies.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
声明
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 | |
|---|---|---|
| .gif) | CheckinNotes | Gets an interface that represents the check-in notes portion of the pending check-in. | 
| .gif) | PendingChanges | Gets an interface that represents the pending changes portion of the pending check-in. | 
| .gif) | Policies | Gets an interface that represents the policies portion of the pending check-in. | 
| .gif) | WorkItems | Gets an interface that represents the work items portion of the pending check-in. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | GetService | Gets the service object of the specified type. (Inherited from IServiceProvider.) | 
Top