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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace