VersionControlAnnotateExt.WindowList Property
Returns an array of objects each representing an Annotate 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 VersionControlAnnotate()
public VersionControlAnnotate[] WindowList { get; }
public:
property array<VersionControlAnnotate^>^ WindowList {
array<VersionControlAnnotate^>^ get ();
}
member WindowList : VersionControlAnnotate[] with get
function get WindowList () : VersionControlAnnotate[]
Property Value
Type: array<Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlAnnotate[]
Returns VersionControlAnnotate.
.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
VersionControlAnnotateExt Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace