FormRegionReadOnlyCollection.FindFirst<TFormRegion> Method (2007 System)
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
protected:
generic<typename TFormRegion>
where TFormRegion : IFormRegion
TFormRegion FindFirst()
JScript does not support generic types or methods.
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