Share via


FormRegionReadOnlyCollection.FindFirst<TFormRegion> Method

Returns a form region of type T in the FormRegionReadOnlyCollection.

Namespace:  Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)

Syntax

'Declaration
Protected Function FindFirst(Of TFormRegion As IFormRegion) As TFormRegion
'Usage
Dim returnValue As TFormRegion

returnValue = Me.FindFirst()
protected TFormRegion FindFirst<TFormRegion>()
where TFormRegion : IFormRegion

Type Parameters

  • TFormRegion

Return Value

Type: TFormRegion
An object of type T that inherits from FormRegionControl or ImportedFormRegion.

.NET Framework Security

See Also

Reference

FormRegionReadOnlyCollection Class

FormRegionReadOnlyCollection Members

Microsoft.Office.Tools.Outlook Namespace