VersionControlExt.FolderDifference Property

Returns an object that represents Folder Difference extensibility.

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Public ReadOnly Property FolderDifference As VersionControlFolderDifferenceExt
public VersionControlFolderDifferenceExt FolderDifference { get; }
public:
property VersionControlFolderDifferenceExt^ FolderDifference {
    VersionControlFolderDifferenceExt^ get ();
}
member FolderDifference : VersionControlFolderDifferenceExt with get
function get FolderDifference () : VersionControlFolderDifferenceExt

Property Value

Type: Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlFolderDifferenceExt
Returns VersionControlFolderDifferenceExt.

.NET Framework Security

See Also

Reference

VersionControlExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace