This documentation is archived and is not being maintained.
VersionControlFolderDifferenceItem Class
Visual Studio 2013
Encapsulate an item in a Folder Difference results view.
System::Object
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlFolderDifferenceItem
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlFolderDifferenceItem
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
The VersionControlFolderDifferenceItem type exposes the following members.
| 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. |
| 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.) |
Show:
