VersionControlFolderDifferenceItem Class
Encapsulate an item in a Folder Difference results view.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlFolderDifferenceItem
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public NotInheritable Class VersionControlFolderDifferenceItem
public sealed class VersionControlFolderDifferenceItem
public ref class VersionControlFolderDifferenceItem sealed
[<Sealed>]
type VersionControlFolderDifferenceItem = class end
public final class VersionControlFolderDifferenceItem
The VersionControlFolderDifferenceItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
Error | Get the encountered error. | |
IsFolder | true if the item is a folder, false if the item is a file. | |
ItemId | Get the item Id if it is versioned. | |
PendingChange | Get the pending change associated with this item. | |
SourcePath | Get the item source path. | |
State | Get the item compared state. | |
TargetPath | Get the item target path. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace