FormRegionCustomActionCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of FormRegionCustomAction objects.
public interface class FormRegionCustomActionCollection : System::Collections::Generic::ICollection<Microsoft::Office::Tools::Outlook::FormRegionCustomAction ^>, System::Collections::Generic::IEnumerable<Microsoft::Office::Tools::Outlook::FormRegionCustomAction ^>, System::Collections::Generic::IList<Microsoft::Office::Tools::Outlook::FormRegionCustomAction ^>
[System.Runtime.InteropServices.Guid("6790396a-809d-4175-bc8b-6e9e0c7a3634")]
public interface FormRegionCustomActionCollection : System.Collections.Generic.ICollection<Microsoft.Office.Tools.Outlook.FormRegionCustomAction>, System.Collections.Generic.IEnumerable<Microsoft.Office.Tools.Outlook.FormRegionCustomAction>, System.Collections.Generic.IList<Microsoft.Office.Tools.Outlook.FormRegionCustomAction>
[<System.Runtime.InteropServices.Guid("6790396a-809d-4175-bc8b-6e9e0c7a3634")>]
type FormRegionCustomActionCollection = interface
interface IList<FormRegionCustomAction>
interface ICollection<FormRegionCustomAction>
interface seq<FormRegionCustomAction>
interface IEnumerable
Public Interface FormRegionCustomActionCollection
Implements ICollection(Of FormRegionCustomAction), IEnumerable(Of FormRegionCustomAction), IList(Of FormRegionCustomAction)
- Attributes
- Implements
Remarks
The FormRegionCustomActionCollection contains all of the custom actions that you want to appear in the Custom Actions group on the Ribbon of the Outlook item that displays the form region.
Note
This interface is implemented by the Visual Studio Tools for Office runtime. It is not intended to be implemented in your code. For more information, see Visual Studio Tools for Office Runtime Overview.
Usage
This documentation describes the version of this type that is used in Office projects that target the .NET Framework 4 or later. In projects that target the .NET Framework 3.5, this type might have different members and the code examples provided for this type might not work. For documentation about this type in projects that target the .NET Framework 3.5, see the following reference section in the Visual Studio 2008 documentation: http://go.microsoft.com/fwlink/?LinkId=160658.
Properties
Manifest |
Gets or sets the FormRegionManifest object associated with this FormRegionCustomActionCollection. |
Methods
Contains(String) |
Returns a value that indicates whether the FormRegionCustomActionCollection contains the FormRegionCustomAction that has the specified name. |