Factory 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.
Provides a method you can use to create Ribbon controls at run time in an application-level add-in.
public interface class Factory
[System.Runtime.InteropServices.Guid("857D6117-1E7B-422B-A9E3-F907304C709A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface Factory
[<System.Runtime.InteropServices.Guid("857D6117-1E7B-422B-A9E3-F907304C709A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type Factory = interface
Public Interface Factory
- Derived
- Attributes
Remarks
To get a Factory object, use the Globals.Factory
property in your project. For more information, see Global Access to Objects in Office Projects.
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.
Methods
GetRibbonFactory() |
Returns an object that you can use to create Ribbon controls at run time. |