Share via


FormRegionCustomActionCollection.Contains Method (String)

Returns a value that indicates whether the FormRegionCustomActionCollection contains the FormRegionCustomAction that has the specified name.

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

Syntax

'Declaration
Function Contains ( _
    actionName As String _
) As Boolean
bool Contains(
    string actionName
)

Parameters

Return Value

Type: System.Boolean
true if the string matches the Name property of a FormRegionCustomAction in the collection; otherwise, false.

.NET Framework Security

See Also

Reference

FormRegionCustomActionCollection Interface

Contains Overload

Microsoft.Office.Tools.Outlook Namespace