VersionControlAnnotate.Regions Property

Get the annotate regions for this annotation viewer. The region array cannot be retrieved until the annotate operation has completed.

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Public ReadOnly Property Regions As VersionControlAnnotateRegion()
public VersionControlAnnotateRegion[] Regions { get; }
public:
property array<VersionControlAnnotateRegion^>^ Regions {
    array<VersionControlAnnotateRegion^>^ get ();
}
member Regions : VersionControlAnnotateRegion[] with get
function get Regions () : VersionControlAnnotateRegion[]

Property Value

Type: array<Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlAnnotateRegion[]
Returns VersionControlAnnotateRegion.

.NET Framework Security

See Also

Reference

VersionControlAnnotate Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace