FileDiffBlock 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.
[System.Runtime.Serialization.DataContract]
public class FileDiffBlock : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type FileDiffBlock = class
inherit VersionControlSecuredObject
Public Class FileDiffBlock
Inherits VersionControlSecuredObject
- Inheritance
- Attributes
Constructors
| FileDiffBlock() |
Properties
| ChangeType | |
| ModifiedLineNumberStart | |
| ModifiedLines | |
| ModifiedLinesCount | |
| OriginalLineNumberStart | |
| OriginalLines | |
| OriginalLinesCount | |
| TruncatedAfter |
True for "ChangeType=None" blocks in a partial diff that have been truncated after the included text. |
| TruncatedBefore |
True for "ChangeType=None" blocks in a partial diff that have been truncated before the included text. |
Methods
| SetSecuredObject(ISecuredObject) | (Inherited from VersionControlSecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from VersionControlSecuredObject) |