Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
CheckinNotes | Gets an interface that represents the check-in notes portion of the pending check-in. |
![]() |
PendingChanges | Gets an interface that represents the pending changes portion of the pending check-in. |
![]() |
Policies | Gets an interface that represents the policies portion of the pending check-in. |
![]() |
WorkItems | Gets an interface that represents the work items portion of the pending check-in. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetService | Gets the service object of the specified type. (Inherited from IServiceProvider.) |
Top