VersionControlFolderDifferenceExt.FolderDifferenceList Property
Note: This API is now obsolete.
Returns an array of objects each representing a Folder Difference tool window.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
'Declaration
<ObsoleteAttribute("This property has been deprecated. Please use WindowList instead.", _
False)> _
Public ReadOnly Property FolderDifferenceList As VersionControlFolderDifference()
[ObsoleteAttribute("This property has been deprecated. Please use WindowList instead.",
false)]
public VersionControlFolderDifference[] FolderDifferenceList { get; }
[ObsoleteAttribute(L"This property has been deprecated. Please use WindowList instead.",
false)]
public:
property array<VersionControlFolderDifference^>^ FolderDifferenceList {
array<VersionControlFolderDifference^>^ get ();
}
[<ObsoleteAttribute("This property has been deprecated. Please use WindowList instead.",
false)>]
member FolderDifferenceList : VersionControlFolderDifference[] with get
function get FolderDifferenceList () : VersionControlFolderDifference[]
Type: array<Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlFolderDifference[]
Returns VersionControlFolderDifference.
- 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.
VersionControlFolderDifferenceExt Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace