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
- 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
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace