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
- 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
FormRegionReadOnlyCollection Class