CommentIterationContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Comment iteration context is used to identify which diff was being viewed when the thread was created.
[System.Runtime.Serialization.DataContract]
public class CommentIterationContext : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type CommentIterationContext = class
inherit VersionControlSecuredObject
Public Class CommentIterationContext
Inherits VersionControlSecuredObject
- Inheritance
- Attributes
Constructors
| CommentIterationContext() |
Properties
| FirstComparingIteration |
The iteration of the file on the left side of the diff when the thread was created. If this value is equal to SecondComparingIteration, then this version is the common commit between the source and target branches of the pull request. |
| SecondComparingIteration |
The iteration of the file on the right side of the diff when the thread was created. |
Methods
| SetSecuredObject(ISecuredObject) | (Inherited from VersionControlSecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from VersionControlSecuredObject) |