VersionControlHistoryExt.WindowList Property
Returns an array of objects each representing a History tool window.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property WindowList As VersionControlHistory()
public VersionControlHistory[] WindowList { get; }
public:
property array<VersionControlHistory^>^ WindowList {
array<VersionControlHistory^>^ get ();
}
member WindowList : VersionControlHistory[] with get
function get WindowList () : VersionControlHistory[]
Property Value
Type: array<Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlHistory[]
Returns VersionControlHistory.
.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
VersionControlHistoryExt Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace