[This is preliminary documentation and is subject to change.]
Gets a menu item from the collection.
Namespace:
OfficeClip.BusinessLayer.OfficePortal.CorpMenuAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public MenuItemInfo GetMenuItem( int index ) |
Visual Basic (Declaration) |
---|
Public Function GetMenuItem ( _ index As Integer _ ) As MenuItemInfo |
Visual C++ |
---|
public: MenuItemInfo^ GetMenuItem( int index ) |
Parameters
- index
- Type: System..::.Int32
The Index of the item that is required.