RibbonManager Interface
Manages the Ribbon customizations that are created by using the Ribbon Designer in an Office project.
Assembly: Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | UnderlyingSystemType | (Inherited from IReflect.) |
| Name | Description | |
|---|---|---|
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | GetField(String^, BindingFlags) | (Inherited from IReflect.) |
![]() | GetFields(BindingFlags) | (Inherited from IReflect.) |
![]() | GetMember(String^, BindingFlags) | (Inherited from IReflect.) |
![]() | GetMembers(BindingFlags) | (Inherited from IReflect.) |
![]() | GetMethod(String^, BindingFlags) | (Inherited from IReflect.) |
![]() | GetMethod(String^, BindingFlags, Binder^, array<Type^>^, array<ParameterModifier>^) | (Inherited from IReflect.) |
![]() | GetMethods(BindingFlags) | (Inherited from IReflect.) |
![]() | GetProperties(BindingFlags) | (Inherited from IReflect.) |
![]() | GetProperty(String^, BindingFlags) | (Inherited from IReflect.) |
![]() | GetProperty(String^, BindingFlags, Binder^, Type^, array<Type^>^, array<ParameterModifier>^) | (Inherited from IReflect.) |
![]() | InvokeMember(String^, BindingFlags, Binder^, Object^, array<Object^>^, array<ParameterModifier>^, CultureInfo^, array<String^>^) | (Inherited from IReflect.) |
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. |
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.


