This documentation is archived and is not being maintained.

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)

public interface class IPendingCheckin : IServiceProvider

The IPendingCheckin type exposes the following members.

  NameDescription
Public propertyCheckinNotesGets an interface that represents the check-in notes portion of the pending check-in.
Public propertyPendingChangesGets an interface that represents the pending changes portion of the pending check-in.
Public propertyPoliciesGets an interface that represents the policies portion of the pending check-in.
Public propertyWorkItemsGets an interface that represents the work items portion of the pending check-in.
Top

  NameDescription
Public methodGetServiceGets the service object of the specified type. (Inherited from IServiceProvider.)
Top
Show: