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)
Syntax
'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[]
Property Value
Type: array<Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlFolderDifference[]
Returns VersionControlFolderDifference.
.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
VersionControlFolderDifferenceExt Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace